giuto's picture
Update Grafana configuration and enhance startup script for better logging and health check
22ba1d6
[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