From c287e7d21a984fc9bba486bfdf823754bea5eb2c Mon Sep 17 00:00:00 2001 From: Misat11 <20199703+Misat11@users.noreply.github.com> Date: Sat, 11 May 2024 14:37:18 +0200 Subject: [PATCH] fix: format --- docs/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.md b/docs/config.md index 4a6975ef1..3d7a81765 100644 --- a/docs/config.md +++ b/docs/config.md @@ -513,6 +513,7 @@ In config.yml you can find a section called `database`. Under this section, you To enable the database connection, you have to set something to be saved in database. Currently only statistics can be saved to the database. To enable that, locate the `statistics` section and switch `type` from `yaml` to `database`. There are following fields in the database section: + * `host` is the hostname or IP address of the database server, defaults to `localhost`. * `port` is the port of the database server, defaults to `3306` which is the default port for MySQL/MariaDB. * `db` is the name of the database, defaults to `database`