This commit is contained in:
count-null 2025-02-25 19:21:31 -05:00
parent 27df1a73b5
commit a0cb5fb6b0
36 changed files with 1886 additions and 187 deletions

View file

@ -1,6 +1,6 @@
APP_HOST="localhost:8080"
APP_NAME="BuysForLife"
SQLITE_DB="db-dev.sqlite"
SQLITE_DB="/Full/Path/to/your/db-dev.sqlite"
# SMTP for login, order, and admin notifications
SMTP_HOST="smtp.example.com" # SMTP uses TLS
SMTP_USER="user@example.com"