icingaweb2_dev: add resource for PgSQL

This commit is contained in:
Alexander Klimov 2014-11-25 16:15:37 +01:00
parent dbf8527fc9
commit 8959fa3602
2 changed files with 16 additions and 3 deletions

View File

@ -1,6 +1,10 @@
[localdb]
[local-mysql]
type = ido
resource = ido
resource = ido-mysql
[local-pgsql]
type = ido
resource = ido-pgsql
[locallive]
disabled = 1

View File

@ -16,7 +16,7 @@ password = icingaweb
username = icingaweb
dbname = icingaweb
[ido]
[ido-mysql]
type = db
db = mysql
host = localhost
@ -24,3 +24,12 @@ port = 3306
password = icinga2
username = icinga2
dbname = icinga2
[ido-pgsql]
type = db
db = pgsql
host = localhost
port = 5432
password = icinga2
username = icinga2
dbname = icinga2