blob: e30d81ca4535afa5e985690237dc4e6a3fe4a360 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
 | database:
  type: pgsql
  host: ${icinga_dbhost}
  user: ${icinga_username}
  password: ${icinga_password}
  database: ${icinga_dbname}
  tls: true
redis:
  host: ${redis_sock}
 |