Files

7 lines
166 B
Plaintext
Raw Permalink Normal View History

2026-03-09 16:10:29 +08:00
FLASK_ENV=development
FLASK_DEBUG=True
SECRET_KEY=your-secret-key-here
API_BASE_URL=http://localhost:8000
AUTH_BASE_URL=http://localhost:8001
SESSION_TYPE=filesystem