Skip to content

Commit

Permalink
Update gitlab docker env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Jan 25, 2024
1 parent 0a6d255 commit 13e1447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions analytics/dev/.env.docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ OPENSEARCH_ENDPOINT=http://elasticsearch:9200
OPENSEARCH_USERNAME=elastic
OPENSEARCH_PASSWORD=elastic
SECRET_KEY=deadbeef
GITLAB_ENDPOINT="http://fakeurl"
GITLAB_TOKEN="bar"
GITLAB_ENDPOINT="http://gitlab/"
GITLAB_TOKEN="insecure_token"
PROMETHEUS_URL=http://prometheus:9090
4 changes: 2 additions & 2 deletions analytics/dev/.env.docker-compose-native
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ CELERY_BROKER_URL=redis://localhost:6379/
OPENSEARCH_ENDPOINT=http://localhost:9200
OPENSEARCH_USERNAME=elastic
OPENSEARCH_PASSWORD=elastic
GITLAB_ENDPOINT=http://fakegitlab
GITLAB_TOKEN=glpat-fakegitlab
GITLAB_ENDPOINT=http://localhost:8080/
GITLAB_TOKEN=insecure_token
PROMETHEUS_URL=http://localhost:9090

0 comments on commit 13e1447

Please sign in to comment.