21 lines
460 B
INI
21 lines
460 B
INI
|
# 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
|