This commit is contained in:
2026-07-21 11:48:50 -05:00
commit 5c2ac5f7e1
24 changed files with 4839 additions and 0 deletions

27
.env.example Normal file
View File

@@ -0,0 +1,27 @@
NODE_ENV=development
PORT=3000
APP_BASE_URL=http://localhost:3000
PRIMARY_DOMAIN=debbiewindlerseamstress.com
SECONDARY_DOMAIN=debbiewindler.com
# Generate a long random value before production.
SESSION_SECRET=replace-with-a-long-random-secret
# SQLite and local file storage.
DATABASE_PATH=./storage/site.sqlite
UPLOAD_DIR=./public/uploads
BACKUP_DIR=./storage/backups
# SMTP email notification settings. Messages are still stored if email fails.
SMTP_HOST=
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=
SMTP_PASS=
SMTP_FROM="Debbie Windler Seamstress <website@debbiewindlerseamstress.com>"
OWNER_EMAIL=
# Optional future CAPTCHA support.
CAPTCHA_ENABLED=false
CAPTCHA_SITE_KEY=
CAPTCHA_SECRET_KEY=