diff options
author | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 17:01:02 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 17:01:02 -0700 |
commit | f05daabe0d5eed26d18579e6c17a3631d48be30d (patch) | |
tree | 39ad9ffa62bd90f6378105f33eef19e1ebcef7f3 /.env.example | |
parent | 387ac72d1bdf44f882f3f1ae23b9415884234cbe (diff) | |
download | chessh-f05daabe0d5eed26d18579e6c17a3631d48be30d.tar.gz chessh-f05daabe0d5eed26d18579e6c17a3631d48be30d.zip |
Incorrect server redirection uri fix
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 20ddef1..f27a541 100644 --- a/.env.example +++ b/.env.example @@ -12,6 +12,7 @@ REACT_APP_DISCORD_INVITE=https://discord.gg/ajsdlkfjaskldjf REACT_APP_DISCORD_OAUTH=https://discord.com/api/oauth2/authorize?client_id=CLIENT_ID&redirect_uri=FRONTEND_REDIRECT_PORT_FROM_BELOW&response_type=code&scope=identify CLIENT_REDIRECT_AFTER_OAUTH=http://127.0.0.1:3000/auth-successful +SERVER_REDIRECT_URI=http://127.0.0.1:3000/api/oauth/redirect DISCORD_CLIENT_ID= DISCORD_CLIENT_SECRET= |