From 97ebf13c7b36429ff602e9539f0a627a628a6cf4 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 27 Sep 2024 19:50:08 +0100 Subject: [PATCH] Update production host --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index e87b1799..dcdfd345 100644 --- a/fly.toml +++ b/fly.toml @@ -11,7 +11,7 @@ kill_signal = 'SIGTERM' [env] DATABASE_PATH = '/mnt/music_library/music_library_prod.db' - PHX_HOST = 'music-library-billowing-bird-8038.fly.dev' + PHX_HOST = 'music-library.claudio-ortolina.org' PORT = '8080' [[mounts]]