config.json 222 Bytes
Newer Older
chinguyen's avatar
chinguyen committed
1 2 3
{
    "development": {
        "username": "postgres",
Trai Nguyen's avatar
Trai Nguyen committed
4
        "password": "meu@sds12@!#gh",
chinguyen's avatar
chinguyen committed
5
        "database": "node_sequelize",
Trai Nguyen's avatar
Trai Nguyen committed
6 7
        "host": "27.74.255.96",
        "port": 5430,
chinguyen's avatar
chinguyen committed
8 9 10
        "dialect": "postgres"
    }
}