nephthys/.env.sample
MMK21 c2f2584101
Make the header in app home configurable (#87)
* Add an app_title env var

* Use app_title in app home

* Fix header being wrapped in a tuple
2025-10-28 22:38:30 +00:00

16 lines
No EOL
458 B
Text

SLACK_BOT_TOKEN="xoxb-..."
SLACK_USER_TOKEN="xoxp-..."
SLACK_SIGNING_SECRET="..."
ENVIRONMENT="development"
PORT=3000
SLACK_HEARTBEAT_CHANNEL="C..."
SLACK_TICKET_CHANNEL="C..."
SLACK_BTS_CHANNEL="C..."
SLACK_HELP_CHANNEL="C..."
SLACK_USER_GROUP="S..."
SLACK_MAINTAINER_ID="U..."
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/nephthys"
SITE_URL="https://summer.hackclub.com"
SITE_API_KEY="..."
# Title shown in app home:
APP_TITLE="helper heidi"