Update fly.toml

This commit is contained in:
saidsurucu
2025-07-01 18:15:39 +03:00
parent c79aacbb73
commit 0f9f5da5b3
+3 -1
View File
@@ -8,7 +8,9 @@ primary_region = 'fra'
[env]
ENABLE_AUTH = "true"
PORT = "8000"
HOST = "0.0.0.0"
PORT = "8000"
LOG_LEVEL = "info"
[build]