Skip to content

Commit d306496

Browse files
authored
update SDK URL (#35)
1 parent 3555e8a commit d306496

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

descope/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from enum import Enum
22

3-
DEFAULT_BASE_URL = "https://descope.com" # "http://127.0.0.1:8191"
4-
DEFAULT_FETCH_PUBLIC_KEY_URI = "http://127.0.0.1:8152"
3+
DEFAULT_BASE_URL = "https://api.descope.com"
54

65
PHONE_REGEX = """^(?:(?:\\(?(?:00|\\+)([1-4]\\d\\d|[1-9]\\d?)\\)?)?[\\-\\.\\ \\\\/]?)?((?:\\(?\\d{1,}\\)?[\\-\\.\\ \\\\/]?){0,})(?:[\\-\\.\\ \\\\/]?(?:#|ext\\.?|extension|x)[\\-\\.\\ \\\\/]?(\\d+))?$"""
76

0 commit comments

Comments
 (0)