Skip to content

Commit

Permalink
chore: set environment variable for the DD service
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Jan 28, 2025
1 parent fc42173 commit d51cb60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
export DD_GIT_COMMIT_SHA="{{ app_version }}"
export DD_GIT_REPOSITORY_URL="{{ edx_django_service_repository_git_url }}"
export DD_LOGS_INJECTION=true
export DD_SERVICE="{{ edx_django_datadog_service }}"
{% endif -%}

export EDX_REST_API_CLIENT_NAME="{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-{{ edx_django_service_name }}"
Expand Down

0 comments on commit d51cb60

Please sign in to comment.