Spaces:
Sleeping
Sleeping
Debug retriever and search
Browse files- app/config.py +1 -1
app/config.py
CHANGED
|
@@ -30,7 +30,7 @@ class Settings:
|
|
| 30 |
# Server Configuration
|
| 31 |
HOST: str = os.getenv("HOST", "0.0.0.0")
|
| 32 |
PORT: int = int(os.getenv("PORT", 7860))
|
| 33 |
-
LOG_LEVEL: str = os.getenv("LOG_LEVEL", "
|
| 34 |
|
| 35 |
# CORS
|
| 36 |
ALLOWED_ORIGINS: list = os.getenv("ALLOWED_ORIGINS", "http://localhost:5173").split(",")
|
|
|
|
| 30 |
# Server Configuration
|
| 31 |
HOST: str = os.getenv("HOST", "0.0.0.0")
|
| 32 |
PORT: int = int(os.getenv("PORT", 7860))
|
| 33 |
+
LOG_LEVEL: str = os.getenv("LOG_LEVEL", "debug")
|
| 34 |
|
| 35 |
# CORS
|
| 36 |
ALLOWED_ORIGINS: list = os.getenv("ALLOWED_ORIGINS", "http://localhost:5173").split(",")
|