secret warning + toc

This commit is contained in:
2024-12-07 23:19:08 +01:00
parent 9aafc9b37c
commit 2f75d1c85b
2 changed files with 15 additions and 6 deletions

View File

@ -5,7 +5,7 @@ from werkzeug.security import generate_password_hash, check_password_hash
import re
app = Flask(__name__)
app.secret_key = 'your_secret_key' # Replace with a strong secret key
app.secret_key = 'super secret key' # FIXME: CHANGE THISSSSSSSSS!
# Database initialization
DATABASE = 'database.db'