| [server] | |
| protocol = http | |
| http_port = 3000 | |
| domain = localhost | |
| root_url = %(protocol)s://%(domain)s:%(http_port)s/grafana/ | |
| serve_from_sub_path = true | |
| [auth.anonymous] | |
| enabled = true | |
| org_role = Viewer | |
| [security] | |
| allow_embedding = true | |
| [users] | |
| allow_sign_up = false | |
| [log] | |
| mode = console | |
| level = info |