mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2025-04-23 12:22:26 -06:00
Created example.env so I don't have to keep messing
with my setup.
This commit is contained in:
parent
bd706c8a81
commit
ab83c39c91
10
example.env
Normal file
10
example.env
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Port to expose (default 8000)
|
||||||
|
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
|
||||||
|
# Number of Gunicorn workers (adjust as needed)
|
||||||
|
GUNICORN_WORKERS=3
|
||||||
|
PID=1000
|
||||||
|
GID=1000
|
Loading…
x
Reference in New Issue
Block a user