Skip to content
Snippets Groups Projects
grafanaSettings.json 351 B
Newer Older
Aaron Johnson's avatar
Aaron Johnson committed
{
  "general": {
    "debug": true,
    "verify_ssl": true,
    "backup_file_format": "%Y%m%d%H%M",
ysde's avatar
ysde committed
    "pretty_print": false
Aaron Johnson's avatar
Aaron Johnson committed
  },
  "grafana": {
    "url": "http://localhost:3000",
    "search_api_limit": 5000,
    "default_password": "00000000",
    "admin_account": "",
    "admin_password": ""
Aaron Johnson's avatar
Aaron Johnson committed
  }
}