Skip to content

Commit

Permalink
updated the .env file, added env variables for image provider service
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimbohlovette committed Apr 10, 2024
1 parent 762af5e commit d4f39c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# Demo App version
IMAGE_VERSION=1.9.0
IMAGE_NAME=ghcr.io/open-telemetry/demo
Expand All @@ -18,7 +16,7 @@ TRACETEST_IMAGE_VERSION=v0.16.0
TRACETEST_IMAGE=kubeshop/tracetest:${TRACETEST_IMAGE_VERSION}

# Demo Platform
ENV_PLATFORM=local
ENV_PLATFORM=local

# OpenTelemetry Collector
OTEL_COLLECTOR_HOST=otelcol
Expand Down Expand Up @@ -133,4 +131,4 @@ JAEGER_SERVICE_HOST=jaeger
# Prometheus
PROMETHEUS_SERVICE_PORT=9090
PROMETHEUS_SERVICE_HOST=prometheus
PROMETHEUS_ADDR=${PROMETHEUS_SERVICE_HOST}:${PROMETHEUS_SERVICE_PORT}
PROMETHEUS_ADDR=${PROMETHEUS_SERVICE_HOST}:${PROMETHEUS_SERVICE_PORT}

0 comments on commit d4f39c0

Please sign in to comment.