|
|
@@ -1,12 +1,6 @@
|
|
|
app_name = Grafana
|
|
|
app_mode = production
|
|
|
|
|
|
-# Report anonymous usage counters to stats.grafana.org (https).
|
|
|
-# No ip addresses are being tracked, only simple counters to track
|
|
|
-# running instances, dashboard and error counts. It is very helpful to us.
|
|
|
-# Change this option to false to disable reporting.
|
|
|
-reporting-enabled = true
|
|
|
-
|
|
|
[server]
|
|
|
; protocol (http or https)
|
|
|
protocol = http
|
|
|
@@ -21,11 +15,21 @@ root_url = %(protocol)s://%(domain)s:%(http_port)s/
|
|
|
router_logging = false
|
|
|
; the path relative to the binary where the static (html/js/css) files are placed
|
|
|
static_root_path = public
|
|
|
+; enable gzip
|
|
|
enable_gzip = false
|
|
|
-; if https protocol
|
|
|
+; https certs & key file
|
|
|
cert_file =
|
|
|
cert_key =
|
|
|
|
|
|
+[analytics]
|
|
|
+# Server reporting, sends usage counters to stats.grafana.org (https).
|
|
|
+# No ip addresses are being tracked, only simple counters to track
|
|
|
+# running instances, dashboard and error counts. It is very helpful to us.
|
|
|
+# Change this option to false to disable reporting.
|
|
|
+reporting_enabled = true
|
|
|
+; Google Analytics universal tracking code, only enabled if you specify an id here
|
|
|
+google_analytics_ua_id =
|
|
|
+
|
|
|
[database]
|
|
|
; Either "mysql", "postgres" or "sqlite3", it's your choice
|
|
|
type = sqlite3
|