Browse Source

fix goth configs

main
Stephanie Gredell 5 months ago
parent
commit
65f61af8e0
  1. 2
      main.go

2
main.go

@ -33,7 +33,7 @@ func main() {
twitch.New( twitch.New(
os.Getenv("TWITCH_CLIENT_ID"), os.Getenv("TWITCH_CLIENT_ID"),
os.Getenv("TWITCH_SECRET"), os.Getenv("TWITCH_SECRET"),
"https://localhost:8080/auth/twitch/callback", "https://jellyfish-app-cisrn.ondigitalocean.app/auth/twitch/callback",
), ),
) )

Loading…
Cancel
Save