9 lines
287 B
Text
9 lines
287 B
Text
# PostgreSQL connection string for the Scrum4Me database
|
|
DATABASE_URL="postgresql://user:pass@host:5432/dbname"
|
|
|
|
# API token from Scrum4Me → /settings/tokens
|
|
SCRUM4ME_TOKEN=""
|
|
|
|
# Internal push endpoint (main-app) for web-push notifications
|
|
INTERNAL_PUSH_URL=""
|
|
INTERNAL_PUSH_SECRET=""
|