mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-03-21 17:34:24 -05:00
* 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
29 lines
631 B
JSON
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
|
|
]
|
|
}
|