[update] Trace Endpoint-env
All checks were successful
Build And Test / build-and-push (push) Successful in 3m54s

This commit is contained in:
2025-12-05 14:33:45 +09:00
parent 118398fa68
commit 89c126b469
2 changed files with 3 additions and 1 deletions

View File

@ -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))