oxmox-dot-dev/grafana/etc/grafana.ini

21 lines
460 B
INI
Raw Normal View History

2023-09-08 02:20:01 +02:00
# possible values : production, development
app_mode = production
# instance name, defaults to HOSTNAME environment variable value or hostname if HOSTNAME var is empty
instance_name = oxmox.root.sx
[server]
root_url = https://oxmox.root.sx/grafana
[auth]
# Disable usage of Grafana build-in login solution.
disable_login = false
[auth.anonymous]
# enable anonymous access
enabled = false
[users]
# disable user signup / registration
allow_sign_up = false