From 41777c01f14fa7a77be2499e1a591ef79dd0d035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 12 Apr 2015 21:31:35 +0200 Subject: [PATCH] Updated config docs --- docs/sources/installation/configuration.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 9454a7fa200..e28583b4d1d 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -36,6 +36,16 @@ Then you can override that using: export GF_SECURITY_ADMIN_USER=true
+## [paths] + +### data +Path to where grafana can store the sqlite3 database (if used), file based sessions (if used), and other data. +This path is usually specified via command line in the init.d script or the systemd service file. + +### logs +Path to where grafana can store logs. This path is usually specified via command line in the init.d script or the systemd service file. +It can be overriden in the config file or in the default environment variable file. + ## [server] ### http_addr