Remove example configuration from docs

We already have config.yml.example as a source to copy and paste
so one can get started easily. In addition,
only one place has to be maintained for the example configuration.
This commit is contained in:
Eric Lippmann 2021-09-28 15:38:04 +02:00
parent 65074f5755
commit 74e5da9a0d

View file

@ -3,6 +3,7 @@
## Overview <a id="configuration-overview"></a>
The configuration is stored in `/etc/icingadb/icingadb.yml`.
See [config.yml.example](../config.yml.example) for an example configuration.
## Redis Configuration <a id="configuration-redis"></a>
@ -23,16 +24,3 @@ port | **Required.** Database port.
database | **Required.** Database database.
user | **Required.** Database username.
password | **Required.** Database password.
## Example Configuration <a id="configuration-example"></a>
```yaml
database:
host: icingadb
port: 3306
database: icingadb
user: icingadb
password: icingadb
redis:
address: redis:6380
```