.env.sample: Comment out loki config
This commit is contained in:
parent
688e6c35d3
commit
b592c3c0fd
10
.env.sample
10
.env.sample
@ -22,8 +22,8 @@ GF_SERVER_ROOT_URL=https://${GRAFANA_DOMAIN}
|
|||||||
|
|
||||||
# Loki stores logs in object storage, fill these up with your
|
# Loki stores logs in object storage, fill these up with your
|
||||||
# minio configuration (or any s3-compatible object store)
|
# minio configuration (or any s3-compatible object store)
|
||||||
LOKI_AWS_ENDPOINT=https://minio/
|
#LOKI_AWS_ENDPOINT=https://minio/
|
||||||
LOKI_AWS_REGION=eu-west-1
|
#LOKI_AWS_REGION=eu-west-1
|
||||||
LOKI_ACCESS_KEY_ID=
|
#LOKI_ACCESS_KEY_ID=
|
||||||
LOKI_SECRET_ACCESS_KEY=
|
#LOKI_SECRET_ACCESS_KEY=
|
||||||
LOKI_BUCKET_NAMES=loki
|
#LOKI_BUCKET_NAMES=loki
|
||||||
|
Loading…
Reference in New Issue
Block a user