Include instance folder in git and improve setup
- Updated .gitignore to include instance folder but exclude sensitive files - Added instance/README.md with setup instructions - Updated setup script with better configuration examples - Instance folder will now be tracked in git to preserve quotes.db
This commit is contained in:
2
instance/README.md
Normal file
2
instance/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file will be generated automatically on each server
|
||||
# Run: python -c "import secrets; print(secrets.token_hex(32))" > instance/flask_secret_key
|
||||
Reference in New Issue
Block a user