diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/configuration/base.json | 1 | ||||
-rw-r--r-- | development/configuration/local.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/development/configuration/base.json b/development/configuration/base.json index 13c4ea19..1b723b72 100644 --- a/development/configuration/base.json +++ b/development/configuration/base.json @@ -2,7 +2,6 @@ "logLevel": "DEBUG", "server.listenPort": 6061, "server.idleTimeoutSec": 60, - "server.maxPayloadSizeBytes": 1048576, "cbs.firstRequestDelaySec": 10, "cbs.requestIntervalSec": 5, "security.keys.keyStoreFile": "/etc/ves-hv/ssl/server.p12", diff --git a/development/configuration/local.json b/development/configuration/local.json index 79abe03b..ebf2f82e 100644 --- a/development/configuration/local.json +++ b/development/configuration/local.json @@ -2,7 +2,6 @@ "logLevel": "DEBUG", "server.listenPort": 8061, "server.idleTimeoutSec": 60, - "server.maxPayloadSizeBytes": 1048576, "cbs.firstRequestDelaySec": 10, "cbs.requestIntervalSec": 5, "security.keys.keyStoreFile": "development/ssl/server.p12", |