carthage
Version:
An API Server and Framework with scaffold functions for node.js
26 lines (22 loc) • 408 B
JSON
{
"development": {
"main": {
"adapter": "postgres",
"host": "localhost",
"port": "5432",
"user": "postgres",
"password": "",
"database": "carthage_test"
}
},
"test": {
"main": {
"adapter": "postgres",
"host": "localhost",
"port": "5432",
"user": "postgres",
"password": "",
"database": "travis_ci_test"
}
}
}