a5073e6e74
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013gwc3aCiyQxmCWQke8RvEz
11 lines
209 B
Bash
11 lines
209 B
Bash
PORT=3000
|
|
DB_PATH=./data/korting.db
|
|
BASIC_AUTH_USER=admin
|
|
BASIC_AUTH_PASS=change-me
|
|
SMTP_HOST=mail.sjoerd.app
|
|
SMTP_PORT=587
|
|
SMTP_USER=
|
|
SMTP_PASS=
|
|
SMTP_FROM=korting@sjoerd.app
|
|
NOTIFY_EMAIL=openai@sjoerddev.com
|