mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-03-22 01:44:08 -05:00
Some checks are pending
Build and Publish Docker Image / build-publish (push) Waiting to run
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"http": {
|
|
"port": 80
|
|
},
|
|
"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,
|
|
"directConnection": true
|
|
}
|
|
},
|
|
"aws": {
|
|
"spaces": {
|
|
"key": "",
|
|
"secret": ""
|
|
},
|
|
"endpoint": "https://nyc3.digitaloceanspaces.com",
|
|
"region": "us-east-1",
|
|
"bucket": "bucket"
|
|
},
|
|
"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
|
|
}
|
|
} |