grafana.ini24 lines · main
| 1 | [server] |
| 2 | http_port = 3000 |
| 3 | domain = grafana.briven.tech |
| 4 | root_url = https://grafana.briven.tech |
| 5 | |
| 6 | [security] |
| 7 | admin_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). |
| 10 | allow_embedding = false |
| 11 | |
| 12 | [auth] |
| 13 | disable_login_form = true |
| 14 | |
| 15 | [users] |
| 16 | allow_sign_up = false |
| 17 | |
| 18 | [analytics] |
| 19 | reporting_enabled = false |
| 20 | check_for_updates = false |
| 21 | |
| 22 | [log] |
| 23 | mode = console |
| 24 | level = info |