We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18741c commit fef511dCopy full SHA for fef511d
docs/sources/installation/configuration.md
@@ -144,6 +144,10 @@ Grafana needs a database to store users and dashboards (and other
144
things). By default it is configured to use `sqlite3` which is an
145
embedded database (included in the main Grafana binary).
146
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
+
151
### type
152
153
Either `mysql`, `postgres` or `sqlite3`, it's your choice.
0 commit comments