Skip to content

Commit

Permalink
change slack redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
LimesKey committed Oct 13, 2024
1 parent 7d9992f commit 6e47ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ command = "cargo install -q worker-build && worker-build --release"

[vars]
SLACK_CLIENT_ID = "2210535565.6498112565286"
SLACK_REDIRECT_URI = "https://api.onboard.limeskey.com"
GITHUB_REDIRECT_URI = ""
SLACK_REDIRECT_URI = "https://verify.onboard.hackclub.com/oauth/slack"
GITHUB_REDIRECT_URI = "https://verify.onboard.hackclub.com/oauth/github"
GITHUB_CLIENT_ID = "Ov23li7FU4IQ7x89NQMn"

[dev]
Expand Down

0 comments on commit 6e47ead

Please sign in to comment.