Skip to content

Commit

Permalink
remove deprecated token added in error
Browse files Browse the repository at this point in the history
  • Loading branch information
roobrien committed Sep 22, 2023
1 parent 4645304 commit 3fc8dd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: '3.8'
version: "3.8"
services:
gitlab-ci-pipelines-exporter:
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.5
Expand All @@ -9,7 +9,7 @@ services:
ports:
- 8080:8080
environment:
GCPE_GITLAB_TOKEN: AYxiDmMLjsPuS2s_WvAc
GCPE_GITLAB_TOKEN: ${GCPE_GITLAB_TOKEN}
GCPE_CONFIG: /etc/gitlab-ci-pipelines-exporter.yml
GCPE_INTERNAL_MONITORING_LISTENER_ADDRESS: tcp://127.0.0.1:8082
volumes:
Expand All @@ -31,7 +31,7 @@ services:
ports:
- 3000:3000
environment:
GF_AUTH_ANONYMOUS_ENABLED: 'true'
GF_AUTH_ANONYMOUS_ENABLED: "true"
GF_INSTALL_PLUGINS: grafana-polystat-panel,yesoreyeram-boomtable-panel
links:
- prometheus
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/gitlab-ci-pipelines-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ log:

gitlab:
url: https://https://gitlab.cee.redhat.com/
token: AYxiDmMLjsPuS2s_WvAc
token: ${GCPE_GITLAB_TOKEN}

# Pull jobs related metrics on all projects
project_defaults:
Expand Down

0 comments on commit 3fc8dd4

Please sign in to comment.