giuto commited on
Commit
6f98a42
·
1 Parent(s): 129c060

Add initial Grafana configuration file

Browse files
Files changed (1) hide show
  1. monitoring/grafana/grafana.ini +20 -0
monitoring/grafana/grafana.ini ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ protocol = http
3
+ http_port = 3000
4
+ domain = localhost
5
+ root_url = %(protocol)s://%(domain)s/grafana/
6
+ serve_from_sub_path = true
7
+
8
+ [auth.anonymous]
9
+ enabled = true
10
+ org_role = Viewer
11
+
12
+ [security]
13
+ allow_embedding = true
14
+
15
+ [users]
16
+ allow_sign_up = false
17
+
18
+ [log]
19
+ mode = console
20
+ level = info