From 8e7cdb59aabf737e9d17130b91ea427dbdb5cb6d Mon Sep 17 00:00:00 2001 From: Tristan Jahnke Date: Mon, 4 Nov 2024 21:03:37 -0600 Subject: [PATCH] fix: correct PHX_HOST --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index f363ef7..7061d76 100644 --- a/fly.toml +++ b/fly.toml @@ -11,7 +11,7 @@ swap_size_mb = 512 [build] [env] - PHX_HOST = "tristan-jahnke.fly.dev" + PHX_HOST = "remoterabbit.io" PORT = "8080" [http_service]