Files
weibo_signin/frontend/.env.example
2026-03-09 16:10:29 +08:00

7 lines
166 B
Plaintext

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