ha-handler/config/config.exs
2022-01-25 09:45:30 +01:00

6 lines
131 B
Elixir

import Config
config :ha_handler,
http_port: 4000,
haproxy_socket: System.get_env("HAPROXY_SOCKET") || "/var/run/haproxy.sock"