Initial commit.
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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
|
Reference in New Issue
Block a user