Skip to content

Commit 3f8ca2a

Browse files
committed
Use localhost as mongo host by default
1 parent 17f757f commit 3f8ca2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/backoffice/frontend/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const convictConfig = convict({
1212
doc: 'The Mongo connection URL',
1313
format: String,
1414
env: 'MONGO_URL',
15-
default: 'mongodb://mongo:27017/dev'
15+
default: 'mongodb://localhost:27017/dev'
1616
}
1717
}
1818
});

0 commit comments

Comments
 (0)