You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Make sure your configuration is valid:
If you configure application using environment variables change:* HTTP_GW_LISTEN_ADDRESS -> HTTP_GW_SERVER_0_ADDRESS* HTTP_GW_TLS_CERT_FILE -> HTTP_GW_SERVER_0_TLS_CERT_FILE (and set HTTP_GW_SERVER_0_TLS_ENABLED=true)* HTTP_GW_TLS_KEY_FILE -> HTTP_GW_SERVER_0_TLS_KEY_FILE (and set HTTP_GW_SERVER_0_TLS_ENABLED=true)
If you configure application using .yaml file change:* listen_address -> server.0.address* tls.cert_file -> server.0.tls.cert_file (and set server.0.tls.enabled: true)* tls.key_file -> server.0.tls.key_file (and set server.0.tls.enabled: true)