icingaweb2_dev: add resource for PgSQL
This commit is contained in:
parent
dbf8527fc9
commit
8959fa3602
|
@ -1,6 +1,10 @@
|
|||
[localdb]
|
||||
[local-mysql]
|
||||
type = ido
|
||||
resource = ido
|
||||
resource = ido-mysql
|
||||
|
||||
[local-pgsql]
|
||||
type = ido
|
||||
resource = ido-pgsql
|
||||
|
||||
[locallive]
|
||||
disabled = 1
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue