mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Predefine url to let the environment variable overrider do its job
This commit is contained in:
parent
03d0f11407
commit
e2c5fac9df
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user