mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2026-06-04 03:07:45 -06:00
fix: correct DATABASE_PATH in example.env
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ PORT=8000
|
|||||||
# Flask environment setting (production)
|
# Flask environment setting (production)
|
||||||
FLASK_ENV=production
|
FLASK_ENV=production
|
||||||
# Path to the SQLite database (this file will be stored in the mounted /data volume)
|
# 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)
|
# Number of Gunicorn workers (adjust as needed)
|
||||||
GUNICORN_WORKERS=3
|
GUNICORN_WORKERS=3
|
||||||
PID=1000
|
PID=1000
|
||||||
|
|||||||
Reference in New Issue
Block a user