Docs: Adding reference for the default database (#26950)

Adding reference for the default database type SQLite
pull/26974/head
Nitesh Koushik S 5 years ago committed by GitHub
parent 2755db6b4b
commit 18c2aaa10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/administration/configuration.md

@ -273,7 +273,7 @@ Path where the socket should be created when `protocol=socket`. Make sure that G
## [database]
Grafana needs a database to store users and dashboards (and other
things). By default it is configured to use `sqlite3` which is an
things). By default it is configured to use [`sqlite3`](https://www.sqlite.org/index.html) which is an
embedded database (included in the main Grafana binary).
### type

Loading…
Cancel
Save