Skip to content

Commit 48d8289

Browse files
committed
chore: Reorder OAuth variables in .env.sample files
1 parent d58a1c9 commit 48d8289

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

claude-agent-sdk/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ANTHROPIC_API_KEY=YOUR_ANTHROPIC_API_KEY
88
# Required for OAuth (app_oauth.py). Set your app's OAuth credentials.
99
# SLACK_CLIENT_ID=YOUR_SLACK_CLIENT_ID
1010
# SLACK_CLIENT_SECRET=YOUR_SLACK_CLIENT_SECRET
11-
# SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
1211
# SLACK_SIGNING_SECRET=YOUR_SLACK_SIGNING_SECRET
12+
# SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
1313

1414
# Optional, uncomment and set when using a custom Slack instance.
1515
# SLACK_API_URL=YOUR_SLACK_API_URL

openai-agents-sdk/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ OPENAI_API_KEY=YOUR_OPENAI_API_KEY
88
# Required for OAuth (app_oauth.py). Set your app's OAuth credentials.
99
# SLACK_CLIENT_ID=YOUR_SLACK_CLIENT_ID
1010
# SLACK_CLIENT_SECRET=YOUR_SLACK_CLIENT_SECRET
11-
# SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
1211
# SLACK_SIGNING_SECRET=YOUR_SLACK_SIGNING_SECRET
12+
# SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
1313

1414
# Optional, uncomment and set when using a custom Slack instance.
1515
# SLACK_API_URL=YOUR_SLACK_API_URL

pydantic-ai/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ OPENAI_API_KEY=YOUR_OPENAI_API_KEY
1010
# Required for OAuth (app_oauth.py). Set your app's OAuth credentials.
1111
# SLACK_CLIENT_ID=YOUR_SLACK_CLIENT_ID
1212
# SLACK_CLIENT_SECRET=YOUR_SLACK_CLIENT_SECRET
13-
# SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
1413
# SLACK_SIGNING_SECRET=YOUR_SLACK_SIGNING_SECRET
14+
# SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
1515

1616
# Optional, uncomment and set when using a custom Slack instance.
1717
# SLACK_API_URL=YOUR_SLACK_API_URL

0 commit comments

Comments
 (0)