Use localhost in our example config

This commit is contained in:
Eric Lippmann 2021-11-11 21:09:03 +01:00
parent 6181950620
commit b49422a010

View file

@ -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'.