15 lines
530 B
Bash
15 lines
530 B
Bash
# Copy to .env for local examples (never commit real secrets)
|
|
PLAYKIT_BASE_URL=https://punimtagdev.levkin.ca
|
|
PLAYKIT_API_BASE_URL=https://punimtagdev.levkin.ca
|
|
PLAYKIT_PROJECT=punimtag
|
|
PLAYKIT_ENV=dev
|
|
PLAYKIT_LOG_LEVEL=info
|
|
PLAYKIT_FORBID_PRIVATE_HOSTS=true
|
|
# PLAYKIT_METRICS_ENABLED=true
|
|
# PLAYKIT_PUSHGATEWAY_URL=http://10.255.255.1:9091
|
|
|
|
# Mailtrap Email Testing (Sandbox) — emails only appear if app SMTP → sandbox.smtp.mailtrap.io
|
|
# PLAYKIT_MAILTRAP_API_TOKEN=
|
|
# PLAYKIT_MAILTRAP_ACCOUNT_ID=
|
|
# PLAYKIT_MAILTRAP_INBOX_ID=
|