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
|
2023-09-08 15:24:13 +02:00
|
|
|
instance_name = oxmox.dev
|
2023-09-08 02:20:01 +02:00
|
|
|
|
|
|
|
[server]
|
2023-09-08 15:24:13 +02:00
|
|
|
root_url = https://oxmox.dev/grafana
|
2023-09-08 02:20:01 +02:00
|
|
|
|
|
|
|
[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
|