carthage
Version:
An API Server and Framework with scaffold functions for node.js
33 lines (28 loc) • 539 B
JSON
{
"development": {
"main": {
"adapter": "postgres",
"host": "localhost",
"port": "5432",
"user": "postgres",
"password": "",
"database": "carthage_development"
}
},
"test": {
"main": {
"adapter": "postgres",
"host": "localhost",
"port": "5432",
"user": "postgres",
"password": "",
"database": "carthage_test"
}
},
"production": {
"main": {
"adapter": "postgres",
"connectionString": "{{= env.DATABASE_URL }}"
}
}
}