chore: change domains to ash-hq.org

This commit is contained in:
Zach Daniel 2022-03-29 12:16:17 -04:00
parent de97413240
commit 83ccd3f319
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,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") || "ash-hq.com" host = System.get_env("PHX_HOST") || "ash-hq.org"
port = String.to_integer(System.get_env("PORT") || "4000") port = String.to_integer(System.get_env("PORT") || "4000")
config :ash_hq, AshHqWeb.Endpoint, config :ash_hq, AshHqWeb.Endpoint,

View file

@ -1,4 +1,4 @@
# fly.toml file generated for lodge-shares on 2022-03-20T23:03:53-04:00 # fly.toml file generated for ash-hq on 2022-03-29T12:13:43-04:00
app = "ash-hq" app = "ash-hq"
@ -28,7 +28,7 @@ processes = []
port = 443 port = 443
[[services.tcp_checks]] [[services.tcp_checks]]
grace_period = "30s" # allow some time for startup grace_period = "30s"
interval = "15s" interval = "15s"
restart_limit = 6 restart_limit = 6
timeout = "2s" timeout = "2s"