compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
26 lines (25 loc) • 500 B
JSON
{ "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"
}
}