mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-19 23:25:22 -05:00
Use a full Mongo URI instead of address and port in config
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
},
|
||||
"database": {
|
||||
"account": {
|
||||
"address": "127.0.0.1",
|
||||
"port": 27017,
|
||||
"uri": "mongodb://127.0.0.1:27017",
|
||||
"database_name": "pretendo",
|
||||
"options": {
|
||||
"useNewUrlParser": true,
|
||||
|
||||
Reference in New Issue
Block a user