Skip to content

Commit 3262aae

Browse files
authored
Update common.py (#18)
1 parent d0f7dc0 commit 3262aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

descope/common.py

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

3-
DEFAULT_BASE_URI = "http://localhost:8191"
4-
DEFAULT_FETCH_PUBLIC_KEY_URI = "http://localhost:8152" # will use the same base uri as above once gateway will be available
3+
DEFAULT_BASE_URI = "http://localhost:8443"
4+
DEFAULT_FETCH_PUBLIC_KEY_URI = "http://localhost:8443" # will use the same base uri as above once gateway will be available
55

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

0 commit comments

Comments
 (0)