Skip to content

Commit 4baa197

Browse files
Update environment.ts
1 parent 94bdc91 commit 4baa197

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/environments/environment.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
export const environment = {
22
production: false,
33
title: 'Local Environment Heading',
4-
LIGHTSTEP_ACCESS_TOKEN:
5-
$LIGHTSTEP_ACCESS_TOKEN,
6-
OTEL_EXPORTER_OTLP_ENDPOINT: 'https://ingest.lightstep.com:443/traces/otlp/v0.9',
4+
LIGHTSTEP_ACCESS_TOKEN: $LIGHTSTEP_ACCESS_TOKEN,
5+
OTEL_EXPORTER_OTLP_ENDPOINT: $OTEL_EXPORTER_OTLP_ENDPOINT,
76
OTEL_SERVICE_NAME: 'angular-frontend',
87
};

0 commit comments

Comments
 (0)