We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9497301 commit a7c39e1Copy full SHA for a7c39e1
analytics/dev/.env.docker-compose
@@ -8,6 +8,6 @@ OPENSEARCH_ENDPOINT=http://elasticsearch:9200
8
OPENSEARCH_USERNAME=elastic
9
OPENSEARCH_PASSWORD=elastic
10
SECRET_KEY=deadbeef
11
-GITLAB_ENDPOINT="http://fakeurl"
12
-GITLAB_TOKEN="bar"
+GITLAB_ENDPOINT="http://gitlab/"
+GITLAB_TOKEN="insecure_token"
13
PROMETHEUS_URL=http://prometheus:9090
analytics/dev/.env.docker-compose-native
@@ -7,6 +7,6 @@ CELERY_BROKER_URL=redis://localhost:6379/
7
OPENSEARCH_ENDPOINT=http://localhost:9200
-GITLAB_ENDPOINT=http://fakegitlab
-GITLAB_TOKEN=glpat-fakegitlab
+GITLAB_ENDPOINT=http://localhost:8080/
+GITLAB_TOKEN=insecure_token
PROMETHEUS_URL=http://localhost:9090
0 commit comments