Skip to content

Commit 9963b3d

Browse files
authored
feat: update .env.sample for clarity (#44)
1 parent b387ecf commit 9963b3d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.env.sample

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
SLACK_APP_TOKEN=YOUR_SLACK_APP_TOKEN
2-
SLACK_BOT_TOKEN=YOUR_SLACK_BOT_TOKEN
1+
# Optional, uncomment and set when running without the Slack CLI (python3 app.py).
2+
# SLACK_APP_TOKEN=YOUR_SLACK_APP_TOKEN
3+
# SLACK_BOT_TOKEN=YOUR_SLACK_BOT_TOKEN
4+
5+
# Optional, uncomment and set when using a custom Slack instance.
36
# SLACK_API_URL=YOUR_SLACK_API_URL
4-
# This template uses OpenAI, but you can use any other provider!
7+
8+
# Required, set your OpenAI API key.
59
OPENAI_API_KEY=YOUR_OPENAI_API_KEY

0 commit comments

Comments
 (0)