Skip to content

Commit d596d44

Browse files
committed
Random change to test deployments
1 parent 3c22e8d commit d596d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Settings(BaseSettings):
5151
USER_DAILY_CREDITS: int
5252
USER_MAX_CREDITS: int
5353

54-
# Environment
54+
# Environment; change to 'TEST' in your .env if you're running tests, or PROD in production.
5555
ENVIRONMENT: str = "DEV"
5656

5757
# Test Configuration

0 commit comments

Comments
 (0)