[DEPLOYMENT-001] Fix app_name to match container structure (fix) | ApprovalToken: AT-202512310610
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ehsan.Asadi
2025-12-31 06:10:28 +03:30
parent 0eb0644d8c
commit 4ebc169079

View File

@@ -13,7 +13,7 @@ BACKEND_PORT = int(os.getenv("BACKEND_PORT", "8000"))
DB_URL = os.getenv("DATABASE_URL", "sqlite:////app/data/reflex.db")
config = rx.Config(
app_name="peikarband",
app_name="app",
api_url=API_URL,
frontend_port=FRONTEND_PORT,
backend_port=BACKEND_PORT,