diff --git a/fly.toml b/fly.toml index 17b0937..ff610ed 100644 --- a/fly.toml +++ b/fly.toml @@ -13,7 +13,7 @@ kill_signal = 'SIGTERM' release_command = '/app/bin/migrate' [env] -PHX_HOST = 'jol.fly.dev' +PHX_HOST = 'jess.canady.tech' PORT = '8080' [http_service] @@ -26,7 +26,7 @@ processes = ['app'] [[http_service.checks]] timeout = "30s" -grace_period = "5s" +grace_period = "30s" [http_service.concurrency] type = 'connections'