28 lines
700 B
Plaintext
28 lines
700 B
Plaintext
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=
|