miiverse-api/src/config.json
2020-04-25 00:00:42 -05:00

13 lines
252 B
JSON

{
"http": {
"port": 8080
},
"mongoose": {
"uri": "mongodb://localhost:27017",
"database": "Miiverse",
"options": {
"useNewUrlParser": true,
"useUnifiedTopology": true
}
}
}