Skip to content

Commit

Permalink
Merge pull request #377 from Icinga/remove-example-config-from-docs
Browse files Browse the repository at this point in the history
Remove example configuration from docs
  • Loading branch information
lippserd authored Sep 28, 2021
2 parents 65074f5 + 74e5da9 commit 749bca9
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions doc/03-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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
```

0 comments on commit 749bca9

Please sign in to comment.