From 83ccd3f319954d02cdb5fb89f7b725e19432e516 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 29 Mar 2022 12:16:17 -0400 Subject: [PATCH] chore: change domains to ash-hq.org --- config/runtime.exs | 2 +- fly.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index af78cee..720fd6b 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -38,7 +38,7 @@ if config_env() == :prod do 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") config :ash_hq, AshHqWeb.Endpoint, diff --git a/fly.toml b/fly.toml index d2c78a5..c023b85 100644 --- a/fly.toml +++ b/fly.toml @@ -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" @@ -28,7 +28,7 @@ processes = [] port = 443 [[services.tcp_checks]] - grace_period = "30s" # allow some time for startup + grace_period = "30s" interval = "15s" restart_limit = 6 timeout = "2s"