Skip to content

Commit 2d6aefb

Browse files
authored
Update common.py (#19)
change to HTTPS
1 parent 32d6ff6 commit 2d6aefb

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:8443"
4-
DEFAULT_FETCH_PUBLIC_KEY_URI = "http://localhost:8443" # will use the same base uri as above once gateway will be available
3+
DEFAULT_BASE_URI = "https://localhost:8443"
4+
DEFAULT_FETCH_PUBLIC_KEY_URI = "https://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)