Advertisement
G0nz0uk

config.env v1

Mar 27th, 2024
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.56 KB | None | 0 0
  1.   echo "DOMAIN=http://my.localgrafana.com:8080
  2.  # Remove 'with_grafana' below if you want to use existing grafana
  3.  # Add 'with_prometheus' below to optionally enable a local prometheus for oncall metrics
  4.  COMPOSE_PROFILES=with_grafana,with_prometheus
  5.  COMPOSE_PROFILES=with_grafana
  6.  # to setup an auth token for prometheus exporter metrics:
  7.  # PROMETHEUS_EXPORTER_SECRET=my_random_prometheus_secret
  8.  # also, make sure to enable the /metrics endpoint:
  9.  # FEATURE_PROMETHEUS_EXPORTER_ENABLED=True
  10.  SECRET_KEY="LnFUzDkciSfdfdfdfdfdfdfdfdfFiTeAPc6cAmrGGc" > .env
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement