From 61a45200a51b91bddd6862df82846c6b36a27abe Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Fri, 4 Apr 2025 13:51:14 -0600 Subject: [PATCH] Delete .env Just making the example.env available to the public. --- .env | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 7a53910..0000000 --- a/.env +++ /dev/null @@ -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 -