Skip to content

Commit

Permalink
Use less common port to avoid port conflicts (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightriff authored Sep 5, 2023
1 parent 597365b commit c5c7932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oauth2_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
from time import time


PORT = 8080
PORT = 8181
HOST = "localhost"
RESPONSE_TYPE = "code"
CODE_CHALLENGE_METHOD = "S256"
Expand Down

0 comments on commit c5c7932

Please sign in to comment.