From b49422a010c495d3bd1e75ac2b4f0bfb41eacb28 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 11 Nov 2021 21:09:03 +0100 Subject: [PATCH] Use localhost in our example config --- config.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml.example b/config.yml.example index a5ee70a2..192b872a 100644 --- a/config.yml.example +++ b/config.yml.example @@ -1,14 +1,14 @@ # This is the configuration file for Icinga DB. database: - host: icingadb + host: localhost port: 3306 database: icingadb user: icingadb password: icingadb redis: - address: redis:6380 + address: localhost:6380 logging: # Default logging level. Can be set to 'fatal', 'error', 'warn', 'info' or 'debug'.