Skip to content

Commit

Permalink
configure env for scenario group
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Nov 21, 2024
1 parent 19d1225 commit 92326b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions utils/_context/_scenarios/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def __init__(self) -> None:
"DD_TRACE_SPAN_ATTRIBUTE_SCHEMA": "v1",
"AWS_ACCESS_KEY_ID": "my-access-key",
"AWS_SECRET_ACCESS_KEY": "my-access-key",
"DD_TRACE_INFERRED_PROXY_SERVICES_ENABLED": "True"
},
include_postgres_db=True,
include_cassandra_db=True,
Expand Down
1 change: 0 additions & 1 deletion utils/build/docker/nodejs/express4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ENV PGHOST=postgres
ENV PGPORT=5433

ENV DD_DATA_STREAMS_ENABLED=true
ENV DD_TRACE_INFERRED_PROXY_SERVICES_ENABLED=true

# docker startup
COPY utils/build/docker/nodejs/app.sh app.sh
Expand Down

0 comments on commit 92326b4

Please sign in to comment.