ha-handler/config/config.exs

8 lines
192 B
Elixir
Raw Normal View History

2022-01-25 09:45:30 +01:00
import Config
config :ha_handler,
http_port: 4000,
acme_challenge_path: "acme-challenge",
2022-02-19 10:18:05 +01:00
haproxy_socket: System.get_env("HAPROXY_SOCKET") || "/var/run/haproxy.sock",
pgsql_instances: []