diff --git a/requirements.txt b/requirements.txt index 8cc9f38..484847c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ six==1.16.0 sqlparse==0.5.0 tomli==2.0.1 uritemplate==4.1.1 -urllib3==2.5.0 +urllib3==2.6.2 wcwidth==0.2.6 Werkzeug==3.1.0 zipp==3.19.1 diff --git a/settings.py b/settings.py index 70b263f..9c1dbda 100644 --- a/settings.py +++ b/settings.py @@ -44,8 +44,8 @@ print("[STATUS] DEBUG mode is "+str(DEBUG)) LOGGER_NAME = os.environ.get('API_LOGGER_NAME', 'main_logger') -LOG_LEVEL = logging.DEBUG if DEBUG else logging.INFO -# LOG_LEVEL = logging.DEBUG +# LOG_LEVEL = logging.DEBUG if DEBUG else logging.INFO +LOG_LEVEL = logging.DEBUG BASE_URL = os.environ.get('BASE_URL', 'https://dev-portal.canceridc.dev') BASE_API_URL = os.environ.get('BASE_API_URL', 'https://dev-portal.canceridc.dev') diff --git a/shell/copy_openapi_appengine_to_test_gcs.sh b/shell/copy_openapi_appengine_to_test_gcs.sh index 587292c..3970a33 100755 --- a/shell/copy_openapi_appengine_to_test_gcs.sh +++ b/shell/copy_openapi_appengine_to_test_gcs.sh @@ -6,14 +6,14 @@ DATE=$(date '+%Y%m%d_%H%M%S') cp openapi-appengine.v1.yaml test.openapi-appengine.v1.yaml sed -i "" 's/#host: "testing-api.canceridc.dev"/host: "testing-api.canceridc.dev"/' test.openapi-appengine.v1.yaml -sed -i "" 's/x-google-audiences: "94/#x-google-audiences: "94/' test.openapi-appengine.v1.yaml -sed -i "" 's/#x-google-audiences: "10/x-google-audiences: "10/' test.openapi-appengine.v1.yaml +#sed -i "" 's/x-google-audiences: "94/#x-google-audiences: "94/' test.openapi-appengine.v1.yaml +#sed -i "" 's/#x-google-audiences: "10/x-google-audiences: "10/' test.openapi-appengine.v1.yaml sed -i "" 's/#- "https"/- "https"/' test.openapi-appengine.v1.yaml sed -i "" 's/- "http"/#- "http"/' test.openapi-appengine.v1.yaml cp openapi-appengine.v2.yaml test.openapi-appengine.v2.yaml sed -i "" 's/#host: "testing-api.canceridc.dev"/host: "testing-api.canceridc.dev"/' test.openapi-appengine.v2.yaml -sed -i "" 's/x-google-audiences: "94/#x-google-audiences: "94/' test.openapi-appengine.v2.yaml -sed -i "" 's/#x-google-audiences: "10/x-google-audiences: "10/' test.openapi-appengine.v2.yaml +#sed -i "" 's/x-google-audiences: "94/#x-google-audiences: "94/' test.openapi-appengine.v2.yaml +#sed -i "" 's/#x-google-audiences: "10/x-google-audiences: "10/' test.openapi-appengine.v2.yaml sed -i "" 's/#- "https"/- "https"/' test.openapi-appengine.v2.yaml sed -i "" 's/- "http"/#- "http"/' test.openapi-appengine.v2.yaml