Update config-docker.yml
Browse files- config-docker.yml +2 -2
config-docker.yml
CHANGED
@@ -133,10 +133,10 @@ server:
|
|
133 |
idleTimeout: 120 seconds
|
134 |
applicationConnectors:
|
135 |
- type: http
|
136 |
-
port:
|
137 |
adminConnectors:
|
138 |
- type: http
|
139 |
-
port:
|
140 |
registerDefaultExceptionMappers: false
|
141 |
maxThreads: 2048
|
142 |
maxQueuedRequests: 2048
|
|
|
133 |
idleTimeout: 120 seconds
|
134 |
applicationConnectors:
|
135 |
- type: http
|
136 |
+
port: 8060
|
137 |
adminConnectors:
|
138 |
- type: http
|
139 |
+
port: 8061
|
140 |
registerDefaultExceptionMappers: false
|
141 |
maxThreads: 2048
|
142 |
maxQueuedRequests: 2048
|