7 lines
166 B
Plaintext
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
|