mirror of
https://github.com/wahyd4/sohub.git
synced 2026-08-09 04:56:09 +10:00
13 lines
500 B
JavaScript
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'}
|