Labelmaker has a domain name

This commit is contained in:
Gavin McDonald
2025-05-12 08:59:59 -04:00
parent 79f64f6016
commit cabc17cf09

View File

@@ -33,7 +33,7 @@ if config_env() == :prod do
You can generate one by calling: mix phx.gen.secret You can generate one by calling: mix phx.gen.secret
""" """
host = System.get_env("PHX_HOST") || "example.com" host = System.get_env("PHX_HOST") || "labelmaker.xyz"
port = String.to_integer(System.get_env("PORT") || "4000") port = String.to_integer(System.get_env("PORT") || "4000")
config :labelmaker, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY") config :labelmaker, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY")