Skip to content

Commit c6b5ef2

Browse files
committed
update to a more obscure port
1 parent b886e13 commit c6b5ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

centml/cli/login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
CLIENT_ID = settings.CENTML_WORKOS_CLIENT_ID
1818
SERVER_HOST = "127.0.0.1"
19-
SERVER_PORT = 6789
19+
SERVER_PORT = 57983
2020
REDIRECT_URI = f"http://{SERVER_HOST}:{SERVER_PORT}/callback"
2121
AUTHORIZE_URL = "https://auth.centml.com/user_management/authorize"
2222
AUTHENTICATE_URL = "https://auth.centml.com/user_management/authenticate"

0 commit comments

Comments
 (0)