diff --git a/auth_prj/wsgi.py b/auth_prj/wsgi.py index 3c58cf1..b216de1 100644 --- a/auth_prj/wsgi.py +++ b/auth_prj/wsgi.py @@ -40,8 +40,8 @@ if not settings.DEBUG: endpoint=settings.TRACE_ENDPOINT, insecure=True, headers={ - "X-Scope-OrgID": settings.SERVICE_PLATFORM, - "X-Service": settings.TRACE_SERVICE_NAME + "x-scope-orgid": settings.SERVICE_PLATFORM, + "x-service": settings.TRACE_SERVICE_NAME } ) diff --git a/version b/version index 4c36eb1..3ff45f3 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.19 \ No newline at end of file +v0.0.20 \ No newline at end of file