Files
2013-06-18 09:51:58 +08:00

13 lines
500 B
JavaScript

// Local configuration
//
// Included in the .gitignore by default,
// this is where you include configuration overrides for your local system
// or for a production deployment.
// For example, to use port 80 on the local machine, override the `port` config
// module.exports.port = 80;
// or to keep your db credentials out of the repo, but to use them on the local machine
// override the `modelDefaults` config
// module.exports.modelDefaults = { database: 'foo', user: 'bar', password: 'baZ'}