docs: add Phase 4 environment variables to .env.example
This commit is contained in:
parent
c957b208e2
commit
8ff41cc687
@ -33,3 +33,10 @@ TEST_DATABASE_URL=postgresql://user:pass@postgres:5432/galaxis_test
|
||||
|
||||
# Encryption
|
||||
FERNET_KEY=
|
||||
|
||||
# Logging
|
||||
LOG_FORMAT=json
|
||||
|
||||
# Cost Guard
|
||||
DAILY_COST_LIMIT_USD=10.0
|
||||
PER_TASK_COST_LIMIT_USD=3.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user