UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

28 lines (27 loc) 603 B
module.exports = { development: { driver: 'postgres', host: 'localhost', port: 5432, username: 'root', password: '', database: '{{ APPNAME }}_dev', debug: true }, test: { driver: 'postgres', host: 'localhost', port: 5432, username: 'root', password: '', database: '{{ APPNAME }}_test' }, production: { driver: 'postgres', host: 'localhost', port: 5432, username: 'root', password: '', database: '{{ APPNAME }}_production' } };