mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-04-26 01:47:21 -05:00
chore: update example config
This commit is contained in:
parent
fd3385b4a4
commit
5e98a93d7e
|
|
@ -2,23 +2,15 @@
|
|||
"http": {
|
||||
"port": 80
|
||||
},
|
||||
"account_server_domain": "",
|
||||
"account_server": "",
|
||||
"account_server_secret": "",
|
||||
"X-Nintendo-Client-ID": "",
|
||||
"X-Nintendo-Client-Secret": "",
|
||||
"server_environment": "prod",
|
||||
"mongoose": {
|
||||
"uri": "mongodb://localhost:27017",
|
||||
"database": "database",
|
||||
"options": {
|
||||
"useNewUrlParser": true,
|
||||
"useUnifiedTopology": true
|
||||
}
|
||||
},
|
||||
"account_db": {
|
||||
"uri": "mongodb://localhost:27017",
|
||||
"database": "database",
|
||||
"post_limit": 10,
|
||||
"account_server_domain": "account.pretendo.cc",
|
||||
"mii_image_CDN": "https://mii.cdn.example.com",
|
||||
"CDN_domain": "https://cdn.example.com",
|
||||
"whitelist": "1|http,example.http.domain,,2|1|https,example.https.domain,,2",
|
||||
"server_environment": "dev",
|
||||
"mongoose": {
|
||||
"uri": "mongodb://127.0.0.1:27017",
|
||||
"database": "Database",
|
||||
"options": {
|
||||
"useNewUrlParser": true,
|
||||
"useUnifiedTopology": true
|
||||
|
|
@ -30,6 +22,19 @@
|
|||
"secret": ""
|
||||
}
|
||||
},
|
||||
"grpc": {
|
||||
"friends": {
|
||||
"ip": "127.0.0.1",
|
||||
"port": 50051,
|
||||
"api_key": ""
|
||||
},
|
||||
"account": {
|
||||
"ip": "127.0.0.1",
|
||||
"port": 50051,
|
||||
"api_key": ""
|
||||
}
|
||||
},
|
||||
"aes_key": "",
|
||||
"redis": {
|
||||
"host": "localhost",
|
||||
"port": 6379
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user