From e2c5fac9dfac0799507150a562ff5cf7939a2607 Mon Sep 17 00:00:00 2001 From: Soulou Date: Tue, 28 Jun 2016 17:45:44 +0200 Subject: [PATCH] Predefine url to let the environment variable overrider do its job --- conf/defaults.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/defaults.ini b/conf/defaults.ini index 5233fe89722..03eff954d79 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -65,6 +65,9 @@ host = 127.0.0.1:3306 name = grafana user = root password = +# Use either URL or the previous fields to configure the database +# Example: mysql://user:secret@host:port/database +url = # For "postgres", use either "disable", "require" or "verify-full" # For "mysql", use either "true", "false", or "skip-verify".