We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c22e8d commit d596d44Copy full SHA for d596d44
1 file changed
app/core/config.py
@@ -51,7 +51,7 @@ class Settings(BaseSettings):
51
USER_DAILY_CREDITS: int
52
USER_MAX_CREDITS: int
53
54
- # Environment
+ # Environment; change to 'TEST' in your .env if you're running tests, or PROD in production.
55
ENVIRONMENT: str = "DEV"
56
57
# Test Configuration
0 commit comments