diff --git a/.env.example b/.env.example index bfdceee..a226117 100644 --- a/.env.example +++ b/.env.example @@ -41,4 +41,8 @@ SENTRY_DSN=your_sentry_dsn_here # 🃏 WILDCARD_AIRTABLE_KEY=your_airtable_key_here -WILDCARD_HOST=your_wildcard_host_here \ No newline at end of file +WILDCARD_HOST=your_wildcard_host_here + +# GitHub oauth used for github signin +GITHUB_CLIENT_ID=your_github_client_id_here +GITHUB_CLIENT_SECRET=your_github_client_secret_here