mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-08-22 02:08:09 +02:00
14 lines
240 B
Plaintext
14 lines
240 B
Plaintext
/**
|
|
* The db_ido_pgsql library implements IDO functionality
|
|
* for PostgreSQL.
|
|
*/
|
|
|
|
library "db_ido_pgsql"
|
|
|
|
object IdoPgsqlConnection "ido-pgsql" {
|
|
user = "icinga2",
|
|
password = "icinga2",
|
|
host = "localhost",
|
|
database = "icinga2"
|
|
}
|