Skip to content

Commit a7c39e1

Browse files
committed
Update gitlab docker env vars
1 parent 9497301 commit a7c39e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

analytics/dev/.env.docker-compose

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ OPENSEARCH_ENDPOINT=http://elasticsearch:9200
88
OPENSEARCH_USERNAME=elastic
99
OPENSEARCH_PASSWORD=elastic
1010
SECRET_KEY=deadbeef
11-
GITLAB_ENDPOINT="http://fakeurl"
12-
GITLAB_TOKEN="bar"
11+
GITLAB_ENDPOINT="http://gitlab/"
12+
GITLAB_TOKEN="insecure_token"
1313
PROMETHEUS_URL=http://prometheus:9090

analytics/dev/.env.docker-compose-native

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ CELERY_BROKER_URL=redis://localhost:6379/
77
OPENSEARCH_ENDPOINT=http://localhost:9200
88
OPENSEARCH_USERNAME=elastic
99
OPENSEARCH_PASSWORD=elastic
10-
GITLAB_ENDPOINT=http://fakegitlab
11-
GITLAB_TOKEN=glpat-fakegitlab
10+
GITLAB_ENDPOINT=http://localhost:8080/
11+
GITLAB_TOKEN=insecure_token
1212
PROMETHEUS_URL=http://localhost:9090

0 commit comments

Comments
 (0)