release tweak

This commit is contained in:
Graham McIntire 2025-07-07 17:02:17 -05:00
parent 9edf337c0e
commit 06efe1834b
No known key found for this signature in database

View file

@ -89,8 +89,8 @@ if config_env() == :prod do
strategy: Cluster.Strategy.DNSPoll,
config: [
polling_interval: 5_000,
query: System.get_env("DOKKU_DNS_CLUSTER_QUERY", "tasks.#{System.get_env("DOKKU_APP_NAME", "aprs")}"),
node_basename: System.get_env("DOKKU_APP_NAME", "aprs")
query: System.get_env("DOKKU_DNS_CLUSTER_QUERY", "aprs.web"),
node_basename: "aprs"
]
]
]