nexo/services/push-proxy/config/mattermost-push-proxy.sample.json

45 lines
1.2 KiB
JSON

{
"ListenAddress":":8066",
"ThrottlePerSec":300,
"ThrottleMemoryStoreSize":50000,
"ThrottleVaryByHeader":"X-Forwarded-For",
"EnableMetrics": false,
"SendTimeoutSec": 30,
"RetryTimeoutSec": 8,
"ApplePushSettings":[
{
"Type":"apple",
"ApplePushUseDevelopment":false,
"ApplePushCertPrivate":"",
"ApplePushCertPassword":"",
"ApplePushTopic":"com.mattermost.Mattermost",
"AppleAuthKeyFile": "",
"AppleAuthKeyID": "",
"AppleTeamID": ""
},
{
"Type":"apple_rn",
"ApplePushUseDevelopment":false,
"ApplePushCertPrivate":"",
"ApplePushCertPassword":"",
"ApplePushTopic":"com.mattermost.react.native",
"AppleAuthKeyFile": "",
"AppleAuthKeyID": "",
"AppleTeamID": ""
}
],
"AndroidPushSettings": [
{
"Type":"android",
"ServiceFileLocation":""
},
{
"Type":"android_rn",
"ServiceFileLocation":""
}
],
"EnableConsoleLog": true,
"EnableFileLog": false,
"LogFileLocation": "",
"LogFormat": "plain"
}