Skip to content

Commit fef511d

Browse files
committed
docs(conf): adds docs about supporting database_url
closes grafana#1878
1 parent c18741c commit fef511d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/sources/installation/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ Grafana needs a database to store users and dashboards (and other
144144
things). By default it is configured to use `sqlite3` which is an
145145
embedded database (included in the main Grafana binary).
146146

147+
### url
148+
Use either URL or or the other fields below to configure the database
149+
Example: `mysql://user:secret@host:port/database`
150+
147151
### type
148152

149153
Either `mysql`, `postgres` or `sqlite3`, it's your choice.

0 commit comments

Comments
 (0)