Files
lynn-come-out/.env.example
2025-10-12 20:08:46 +00:00

6 lines
210 B
Plaintext

SLACK_CLIENT_ID=your_slack_client_id_here
SLACK_CLIENT_SECRET=your_slack_client_secret_here
SLACK_REDIRECT_URI=http://localhost:3000/auth/slack/callback
SESSION_SECRET=your_random_session_secret_here
PORT=3000