juxtaposition-ui/config.example.json
mrjvs 8c1f23e5c2
Docker (#24)
* removed old dockerfile

* add all docker related files

* add certs folder to dockerfiles

* move config.json to root of repo

* update missed import

* remove old dockerfile

* add logs to ignore files
2022-05-08 10:15:19 -05:00

29 lines
631 B
JSON

{
"http": {
"port": 80
},
"account_server_domain": "",
"account_server_secret": "",
"X-Nintendo-Client-ID": "",
"X-Nintendo-Client-Secret": "",
"mongoose": {
"uri": "mongodb://localhost:27017",
"database": "name",
"options": {
"useNewUrlParser": true,
"useUnifiedTopology": true
}
},
"account_db": {
"uri": "mongodb://localhost:27017",
"database": "name",
"options": {
"useNewUrlParser": true,
"useUnifiedTopology": true
}
},
"authorized_PNIDs" : [
0
]
}