From c7c969f50899e8b70d888b5e2d0a35e7982ff4e5 Mon Sep 17 00:00:00 2001 From: Meir Wahnon Date: Thu, 7 Jul 2022 17:00:51 +0300 Subject: [PATCH] Update common.py --- descope/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/descope/common.py b/descope/common.py index 0d4e306de..3725aaba5 100644 --- a/descope/common.py +++ b/descope/common.py @@ -1,7 +1,7 @@ from enum import Enum -DEFAULT_BASE_URI = "http://localhost:8191" -DEFAULT_FETCH_PUBLIC_KEY_URI = "http://localhost:8152" # will use the same base uri as above once gateway will be available +DEFAULT_BASE_URI = "http://localhost:8443" +DEFAULT_FETCH_PUBLIC_KEY_URI = "http://localhost:8443" # will use the same base uri as above once gateway will be available PHONE_REGEX = """^(?:(?:\\(?(?:00|\\+)([1-4]\\d\\d|[1-9]\\d?)\\)?)?[\\-\\.\\ \\\\/]?)?((?:\\(?\\d{1,}\\)?[\\-\\.\\ \\\\/]?){0,})(?:[\\-\\.\\ \\\\/]?(?:#|ext\\.?|extension|x)[\\-\\.\\ \\\\/]?(\\d+))?$"""