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