ha-handler/config/config.exs

7 lines
131 B
Elixir
Raw Normal View History

2022-01-25 09:45:30 +01:00
import Config
config :ha_handler,
http_port: 4000,
haproxy_socket: System.get_env("HAPROXY_SOCKET") || "/var/run/haproxy.sock"