9 lines
347 B
Plaintext
9 lines
347 B
Plaintext
# Meal Planner - Elderly Care Home Meal Ordering System
|
|
# SQLite database is stored locally at ./meal-planner.db
|
|
# No DATABASE_URL needed for SQLite file-based storage
|
|
|
|
PAYLOAD_SECRET=your-secret-key-change-in-production
|
|
PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000
|
|
|
|
# Set to true to seed the database with sample data on first run
|
|
SEED_DB=true |