diff options
Diffstat (limited to 'example.env')
| -rw-r--r-- | example.env | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/example.env b/example.env index cfb00b0..b8458b8 100644 --- a/example.env +++ b/example.env @@ -1,4 +1,7 @@ SLACK_SELFBOT_OAUTH_XOXP=xoxp-xxx-your-token-here SLACK_APP_TOKEN=xapp-xxx-your-token-here SELFBOT_USER_ID=UXXXXXXXXXX -HACKCLUB_AI_KEY=sk-hc-v1-xxxxx-your-key-here +GEMINI_API_KEY=xxx-your-key-here +SLAKC_CLIENT_ID=xxx-your-key-here +SLAKC_CLIENT_SECRET=xxx-your-key-here +SLAKC_REDIRECT_URI=http://localhost:8000 |
