UNPKG

compound-ex4

Version:

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

27 lines (26 loc) 573 B
module.exports = { development: { driver: 'mysql', host: 'localhost', port: 3306, username: 'root', password: '', database: '{{ APPNAME }}_dev' }, test: { driver: 'mysql', host: 'localhost', port: 3306, username: 'root', password: '', database: '{{ APPNAME }}_test' }, production: { driver: 'mysql', host: 'localhost', port: 3306, username: 'root', password: '', database: '{{ APPNAME }}_production' } };