...
|
...
|
@@ -18,7 +18,7 @@ server: |
18
|
18
|
# Server bind address
|
19
|
19
|
address: "${HTTP_BIND_ADDRESS:0.0.0.0}"
|
20
|
20
|
# Server bind port
|
21
|
|
- port: "${HTTP_BIND_PORT:36852}"
|
|
21
|
+ port: "${HTTP_BIND_PORT:8080}"
|
22
|
22
|
# Server SSL configuration
|
23
|
23
|
ssl:
|
24
|
24
|
# Enable/disable SSL support
|
...
|
...
|
|