Skip to content

Commit

Permalink
Fix twitch redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Dec 24, 2024
1 parent fb09442 commit 0ce3476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/base/api/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ data:
FRONTEND_URL: "https://staging.farmhand.witchscrow.com"
RUST_LOG: "api=debug"
FFMPEG_LOCATION: "/opt/homebrew/bin/ffmpeg" # TODO: Make this is the right path for docker context
TWITCH_REDIRECT_URI: "http://localhost:3000/auth/twitch/callback"
TWITCH_REDIRECT_URI: "https://staging.farmhand.witchscrow.com/auth/twitch/callback"
LOG_LEVEL: "api=debug"

0 comments on commit 0ce3476

Please sign in to comment.