PBI-55: .env.example descriptive push placeholders + README push-integration section
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ab32a72ce0
commit
6aa43ff7dd
2 changed files with 8 additions and 2 deletions
|
|
@ -5,5 +5,7 @@ DATABASE_URL="postgresql://user:pass@host:5432/dbname"
|
|||
SCRUM4ME_TOKEN=""
|
||||
|
||||
# Internal push endpoint (main-app) for web-push notifications
|
||||
INTERNAL_PUSH_URL=""
|
||||
INTERNAL_PUSH_SECRET=""
|
||||
# Set to the main-app /api/internal/push/send URL; leave empty to disable push (feature-gated).
|
||||
INTERNAL_PUSH_URL="https://scrum4me.example.com/api/internal/push/send"
|
||||
# Shared secret (≥32 chars) — must match INTERNAL_PUSH_SECRET in the main-app env.
|
||||
INTERNAL_PUSH_SECRET="<generate-with: openssl rand -hex 32>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue