summaryrefslogtreecommitdiffstats
path: root/features-available/ido-pgsql.conf
blob: 3ee466100afade91d7d21a4d1cfc74d33728fa62 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * The IdoPgsqlConnection type implements PostgreSQL support
 * for DB IDO.
 */

object IdoPgsqlConnection "ido-pgsql" {
	user = "icinga"
	password = SecretPgsqlPassword
	host = "localhost"
	database = "icinga"
}