Skip to content

Commit

Permalink
Create example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Nov 10, 2024
1 parent 9d72164 commit 96c46d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
AIRTABLE_API_KEY=REPLACE_ME
AIRTABLE_ENDPOINT_URL="https://middleman.hackclub.com/airtable"
AUTH_SECRET=REPLACE_ME
BASE_ID="appTeNFYcUiYfGcR6"
CRON_SECRET=AUTOMATICALLY_ASSIGNED_IN_PROD
EDGE_CONFIG=AUTOMATICALLY_ASSIGNED_IN_PROD
GITHUB_CLIENT_ID=REPLACE_ME
GITHUB_CLIENT_SECRET=REPLACE_ME
MATCHUP_SECRET=REPLACE_ME
OPENAI_API_KEY=REPLACE_ME
REDIS_URL=REPLACE_ME
SLACK_AUTH_COOKIE_NAME="slackopenid"
SLACK_CLIENT_ID=REPLACE_ME
SLACK_CLIENT_SECRET=REPLACE_ME
TURNSTILE_SECRET_KEY=REPLACE_ME
WAKA_API_KEY=REPLACE_ME

0 comments on commit 96c46d4

Please sign in to comment.