/var/www/greso.tech/server/nsm/config
Edit: /var/www/greso.tech/server/nsm/config/config.json.example (464B)
{
"development": {
"username": "root",
"password": "null",
"database": "db_delivery_dev",
"host": "localhost",
"dialect": "mysql"
},
"test": {
"username": "root",
"password": null,
"database": "db_delivery_test",
"host": "localhost",
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "db_delivery_production",
"host": "localhost",
"dialect": "mysql"
}
}