mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-07-06 02:21:00 -05:00
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"http": {
|
|
"port": 8080
|
|
},
|
|
"mongoose": {
|
|
"uri": "mongodb://localhost:27017",
|
|
"database": "Miiverse",
|
|
"options": {
|
|
"useNewUrlParser": true,
|
|
"useUnifiedTopology": true
|
|
}
|
|
}
|
|
} |