.env.sample: Add comments and more helpful defaults
This commit is contained in:
parent
bc7048d45d
commit
aa6ad85f4b
29
.env.sample
29
.env.sample
@ -5,16 +5,21 @@ PROMETHEUS_DOMAIN=prometheus.example.com
|
|||||||
|
|
||||||
LETS_ENCRYPT_ENV=production
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
#GF_SMTP_HOST
|
# grafana SMTP configuration (optional)
|
||||||
#GF_SMTP_ENABLED
|
#GF_SMTP_HOST=changeme
|
||||||
#GF_SMTP_FROM_ADDRESS
|
#GF_SMTP_ENABLED=1
|
||||||
#GF_SMTP_SKIP_VERIFY
|
#GF_SMTP_FROM_ADDRESS=grafana@example.com
|
||||||
#GF_SECURITY_ALLOW_EMBEDDING
|
#GF_SMTP_SKIP_VERIFY=1
|
||||||
#GF_INSTALL_PLUGINS=grafana-piechart-panel
|
|
||||||
#GF_SERVER_ROOT_URL=https://${GRAFANA_DOMAIN}
|
|
||||||
|
|
||||||
LOKI_AWS_ENDPOINT
|
# Additional grafana settings (unlikely to require editing)
|
||||||
LOKI_AWS_REGION
|
GF_SECURITY_ALLOW_EMBEDDING=1
|
||||||
LOKI_ACCESS_KEY_ID
|
GF_INSTALL_PLUGINS=grafana-piechart-panel
|
||||||
LOKI_SECRET_ACCESS_KEY
|
GF_SERVER_ROOT_URL=https://${GRAFANA_DOMAIN}
|
||||||
LOKI_BUCKET_NAMES
|
|
||||||
|
# Loki stores logs in object storage, fill these up with your
|
||||||
|
# minio configuration (or any s3-compatible object store)
|
||||||
|
LOKI_AWS_ENDPOINT=https://minio/
|
||||||
|
LOKI_AWS_REGION=eu-west-1
|
||||||
|
LOKI_ACCESS_KEY_ID=
|
||||||
|
LOKI_SECRET_ACCESS_KEY=
|
||||||
|
LOKI_BUCKET_NAMES=loki
|
||||||
|
Loading…
x
Reference in New Issue
Block a user