We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f757f commit 3f8ca2aCopy full SHA for 3f8ca2a
src/apps/backoffice/frontend/config/config.ts
@@ -12,7 +12,7 @@ const convictConfig = convict({
12
doc: 'The Mongo connection URL',
13
format: String,
14
env: 'MONGO_URL',
15
- default: 'mongodb://mongo:27017/dev'
+ default: 'mongodb://localhost:27017/dev'
16
}
17
18
});
0 commit comments