Add .env.example

This commit is contained in:
2025-12-10 10:06:57 +11:00
parent 9425d2978c
commit c612b64e2c

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Raccoon Timekeeper Environment Variables
# Secret key for session management (change this!)
SECRET_KEY=your-super-secret-key-change-me
# Database URL (SQLite by default)
DATABASE_URL=sqlite:///data/timekeeper.db
# Debug mode (set to false in production)
DEBUG=false