We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d6ff6 commit 2d6aefbCopy full SHA for 2d6aefb
descope/common.py
@@ -1,7 +1,7 @@
1
from enum import Enum
2
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
+DEFAULT_BASE_URI = "https://localhost:8443"
+DEFAULT_FETCH_PUBLIC_KEY_URI = "https://localhost:8443" # will use the same base uri as above once gateway will be available
5
6
PHONE_REGEX = """^(?:(?:\\(?(?:00|\\+)([1-4]\\d\\d|[1-9]\\d?)\\)?)?[\\-\\.\\ \\\\/]?)?((?:\\(?\\d{1,}\\)?[\\-\\.\\ \\\\/]?){0,})(?:[\\-\\.\\ \\\\/]?(?:#|ext\\.?|extension|x)[\\-\\.\\ \\\\/]?(\\d+))?$"""
7
0 commit comments