6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
# Copy to .env and adjust
|
|
KB_VAULT_PATH=/absolute/path/to/your/vault
|
|
# SECRET_KEY is used by Flask for sessions/CSRF
|
|
SECRET_KEY=change-me
|
|
# Enable Flask debug reloader if desired
|
|
FLASK_DEBUG=1 |