mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
icingaweb2_dev: add resource for PgSQL
This commit is contained in:
parent
dbf8527fc9
commit
8959fa3602
@ -1,6 +1,10 @@
|
|||||||
[localdb]
|
[local-mysql]
|
||||||
type = ido
|
type = ido
|
||||||
resource = ido
|
resource = ido-mysql
|
||||||
|
|
||||||
|
[local-pgsql]
|
||||||
|
type = ido
|
||||||
|
resource = ido-pgsql
|
||||||
|
|
||||||
[locallive]
|
[locallive]
|
||||||
disabled = 1
|
disabled = 1
|
||||||
|
@ -16,7 +16,7 @@ password = icingaweb
|
|||||||
username = icingaweb
|
username = icingaweb
|
||||||
dbname = icingaweb
|
dbname = icingaweb
|
||||||
|
|
||||||
[ido]
|
[ido-mysql]
|
||||||
type = db
|
type = db
|
||||||
db = mysql
|
db = mysql
|
||||||
host = localhost
|
host = localhost
|
||||||
@ -24,3 +24,12 @@ port = 3306
|
|||||||
password = icinga2
|
password = icinga2
|
||||||
username = icinga2
|
username = icinga2
|
||||||
dbname = icinga2
|
dbname = icinga2
|
||||||
|
|
||||||
|
[ido-pgsql]
|
||||||
|
type = db
|
||||||
|
db = pgsql
|
||||||
|
host = localhost
|
||||||
|
port = 5432
|
||||||
|
password = icinga2
|
||||||
|
username = icinga2
|
||||||
|
dbname = icinga2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user