# --- gateway-managed (do not edit) ---
PROJECT_NAME=submitstream
PORT=3106

# --- SubmitStream config ---
# Signs session cookies + tokens. Generated once; rotating it logs everyone out.
SECRET_KEY=wLkP0ftBeDgYrADvhpH0JbjQVs6OqxvYRbpijF5ZYlPZfY5NcHTi2xgmTGoIoXYn

# Public base URL of this app (used in dashboard links + email footers).
APP_BASE_URL=https://submitstream.bowden.works

# Resend transactional email. Fill RESEND_API_KEY with your key from resend.com.
# The sending domain (submitstream.bowden.works) must be verified in Resend first.
RESEND_API_KEY=re_CWUuyYby_2zg18dagqdoNJYeD4RRX9EbM
# Default From for notification emails. Domain must be Resend-verified.
EMAIL_FROM=Website Form Submission <submitstream@bowden.works>

# When 1 (or when RESEND_API_KEY is unset/placeholder), emails are PRINTED to the
# container log instead of sent — lets you test the pipeline before email is wired.
# Set to 0 once RESEND_API_KEY is real.
DEV_EMAIL_PRINT=0

# --- BW Auth (Pattern B "Sign in with BW") ---
BW_AUTH=https://auth.bowden.works
BW_APP_DOMAIN=https://submitstream.bowden.works
DOMAIN_MODE=public
