20 lines
452 B
INI
20 lines
452 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.dev
|
|
|
|
[server]
|
|
root_url = https://oxmox.dev/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
|