From 0f9f5da5b3d22c843930f55ec5dc0721bf59defa Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Tue, 1 Jul 2025 18:15:39 +0300 Subject: [PATCH] Update fly.toml --- fly.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 4752970..3692429 100644 --- a/fly.toml +++ b/fly.toml @@ -8,7 +8,9 @@ primary_region = 'fra' [env] ENABLE_AUTH = "true" -PORT = "8000" +HOST = "0.0.0.0" +PORT = "8000" +LOG_LEVEL = "info" [build]