29 lines
616 B
JSON
29 lines
616 B
JSON
{
|
|
"server": {
|
|
"httpListen": ":18080",
|
|
"readTimeoutSeconds": 15,
|
|
"writeTimeoutSeconds": 15,
|
|
"idleTimeoutSeconds": 60,
|
|
"shutdownTimeoutSeconds": 10
|
|
},
|
|
"gateway": {
|
|
"maxPayloadBytes": 65536,
|
|
"writeWaitSeconds": 10,
|
|
"pongWaitSeconds": 60,
|
|
"pingIntervalSeconds": 25,
|
|
"maxLatestStateEntries": 10000
|
|
},
|
|
"auth": {
|
|
"producerTokens": [
|
|
"replace-with-dev-producer-token"
|
|
],
|
|
"consumerTokens": [
|
|
"replace-with-dev-consumer-token"
|
|
],
|
|
"controllerTokens": [
|
|
"replace-with-dev-controller-token"
|
|
],
|
|
"allowAnonymousConsumers": false
|
|
}
|
|
}
|