first commit
This commit is contained in:
17
services/notifications/config/settings.defaults.js
Normal file
17
services/notifications/config/settings.defaults.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
internal: {
|
||||
notifications: {
|
||||
port: 3042,
|
||||
host: process.env.LISTEN_ADDRESS || '127.0.0.1',
|
||||
},
|
||||
},
|
||||
|
||||
mongo: {
|
||||
url:
|
||||
process.env.MONGO_CONNECTION_STRING ||
|
||||
`mongodb://${process.env.MONGO_HOST || '127.0.0.1'}/sharelatex`,
|
||||
options: {
|
||||
monitorCommands: true,
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user