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