mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Use localhost in our example config
This commit is contained in:
parent
6181950620
commit
b49422a010
1 changed files with 2 additions and 2 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue