timofey-nodal
Version:
An API Server and Framework for node.js
26 lines (22 loc) • 405 B
JSON
{
"development": {
"main": {
"adapter": "postgres",
"host": "localhost",
"port": "5432",
"user": "postgres",
"password": "",
"database": "nodal_test"
}
},
"test": {
"main": {
"adapter": "postgres",
"host": "localhost",
"port": "5432",
"user": "postgres",
"password": "",
"database": "travis_ci_test"
}
}
}