From 89c126b4698225949cd81a60752f81375e011174 Mon Sep 17 00:00:00 2001 From: icurfer Date: Fri, 5 Dec 2025 14:33:45 +0900 Subject: [PATCH] [update] Trace Endpoint-env --- auth_prj/settings.py | 2 ++ version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/auth_prj/settings.py b/auth_prj/settings.py index 2e4b011..f133692 100644 --- a/auth_prj/settings.py +++ b/auth_prj/settings.py @@ -34,6 +34,8 @@ else: # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = os.environ.get('SECRET_KEY', 'django-insecure-ec9me^z%x7-2vwee5#qq(kvn@^cs!!22_*f-im(320_k5-=0j5') +TRACE_SERVICE_NAME = os.getenv("TRACE_SERVICE_NAME", "msa-django-auth") +TRACE_ENDPOINT = os.getenv("TRACE_ENDPOINT", "none") # SECURITY WARNING: don't run with debug turned on in production! DEBUG = int(os.environ.get('DEBUG', 1)) diff --git a/version b/version index faa66db..d946dbe 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.15 \ No newline at end of file +v0.0.15_r1 \ No newline at end of file