style: fix formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2025-12-03 20:51:26 +01:00
parent f0391d3fef
commit e03693ada5
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2

View file

@ -118,6 +118,7 @@ if config_env() == :prod do
System.get_env("PHX_HOST") || System.get_env("PHX_HOST") ||
System.get_env("DOMAIN") || System.get_env("DOMAIN") ||
raise "Please define the PHX_HOST or DOMAIN environment variable." raise "Please define the PHX_HOST or DOMAIN environment variable."
port = String.to_integer(System.get_env("PORT") || "4000") port = String.to_integer(System.get_env("PORT") || "4000")
config :mv, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY") config :mv, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY")