docs: add Phase 4 environment variables to .env.example

This commit is contained in:
머니페니 2026-03-20 22:37:14 +09:00
parent c957b208e2
commit 8ff41cc687

View File

@ -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