grafana.ini24 lines · main
1[server]
2http_port = 3000
3domain = grafana.briven.tech
4root_url = https://grafana.briven.tech
5
6[security]
7admin_user = admin
8# Operator sets the actual password via GF_SECURITY_ADMIN_PASSWORD env
9# var, or relies on the cf-access auth-proxy header (the default).
10allow_embedding = false
11
12[auth]
13disable_login_form = true
14
15[users]
16allow_sign_up = false
17
18[analytics]
19reporting_enabled = false
20check_for_updates = false
21
22[log]
23mode = console
24level = info