Delete .env

Just making the example.env available to the public.
This commit is contained in:
Steve Dogiakos 2025-04-04 13:51:14 -06:00 committed by GitHub
parent ab83c39c91
commit 61a45200a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.env
View File

@ -1,11 +0,0 @@
# 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