Add .env.example
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal 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
|
||||||
Reference in New Issue
Block a user