diff --git a/peikarband/config/reflex.config.py b/peikarband/config/reflex.config.py index 8e1e4e6..dd12095 100644 --- a/peikarband/config/reflex.config.py +++ b/peikarband/config/reflex.config.py @@ -13,7 +13,7 @@ BACKEND_PORT = int(os.getenv("BACKEND_PORT", "8000")) DB_URL = os.getenv("DATABASE_URL", "sqlite:///reflex.db") config = rx.Config( - app_name="peikarband", + app_name="app", api_url=API_URL, frontend_port=FRONTEND_PORT, backend_port=BACKEND_PORT,