7 lines
192 B
Elixir
7 lines
192 B
Elixir
import Config
|
|
|
|
config :ha_handler,
|
|
http_port: 4000,
|
|
acme_challenge_path: "acme-challenge",
|
|
haproxy_socket: System.get_env("HAPROXY_SOCKET") || "/var/run/haproxy.sock",
|
|
pgsql_instances: []
|