mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2025-04-23 20:32:26 -06:00
Fix location of DATABASE_PATH in the example.env
This commit is contained in:
parent
e25cdca466
commit
f85c05ca9a
@ -3,7 +3,7 @@ PORT=8000
|
||||
# Flask environment setting (production)
|
||||
FLASK_ENV=production
|
||||
# Path to the SQLite database (this file will be stored in the mounted /data volume)
|
||||
DATABASE_PATH=/data/scripts/guestbook.db
|
||||
DATABASE_PATH=/data/guestbook.db
|
||||
# Number of Gunicorn workers (adjust as needed)
|
||||
GUNICORN_WORKERS=3
|
||||
PID=1000
|
||||
|
Loading…
x
Reference in New Issue
Block a user