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