|
|
|
@ -20,8 +20,8 @@ server: |
|
|
|
address: "${HTTP_BIND_ADDRESS:0.0.0.0}" |
|
|
|
# Server bind port |
|
|
|
port: "${HTTP_BIND_PORT:8080}" |
|
|
|
# Server forward headers strategy |
|
|
|
forward_headers_strategy: "${HTTP_FORWARD_HEADERS_STRATEGY:NONE}" |
|
|
|
# Server forward headers strategy. Required for SWAGGER UI when reverse proxy is used |
|
|
|
forward_headers_strategy: "${HTTP_FORWARD_HEADERS_STRATEGY:framework}" |
|
|
|
# Server SSL configuration |
|
|
|
ssl: |
|
|
|
# Enable/disable SSL support |
|
|
|
|