Add example environment files for LLDAP, TinyAuth, and Grafana logging with redacted passwords and secrets to serve as templates.
28 lines
756 B
Text
28 lines
756 B
Text
# Centralized Logging Configuration
|
|
|
|
# Timezone
|
|
TZ=America/Los_Angeles
|
|
|
|
# Grafana Admin Credentials
|
|
# Default username: admin
|
|
# Change this password immediately after first login!
|
|
# Example format: MyGr@f@n@P@ssw0rd!2024
|
|
GF_SECURITY_ADMIN_PASSWORD=REDACTED
|
|
|
|
# Grafana Configuration
|
|
GF_SERVER_ROOT_URL=https://logs.fig.systems
|
|
GF_SERVER_DOMAIN=logs.fig.systems
|
|
|
|
# Disable Grafana analytics (optional)
|
|
GF_ANALYTICS_REPORTING_ENABLED=false
|
|
GF_ANALYTICS_CHECK_FOR_UPDATES=false
|
|
|
|
# Allow embedding (for Homarr dashboard integration)
|
|
GF_SECURITY_ALLOW_EMBEDDING=true
|
|
|
|
# Loki Configuration
|
|
# Retention period in days (default: 30 days)
|
|
LOKI_RETENTION_PERIOD=30d
|
|
|
|
# Promtail Configuration
|
|
# No additional configuration needed - configured via promtail-config.yaml
|