summaryrefslogtreecommitdiffstats
path: root/debian/ido-pgsql.conf-sample
blob: 244ab102e5a55c9928bbf86504ec770e7afd7459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * The db_ido_pgsql library implements IDO functionality
 * for PostgreSQL.
 */

library "db_ido_pgsql"

object IdoPgsqlConnection "ido-pgsql" {
  user = "_DBC_DBUSER_",
  password = "_DBC_DBPASS_",
  host = "_DBC_DBSERVER_",
  database = "_DBC_DBNAME_"
}