icingaweb2-module-director/test/config/resources.ini

14 lines
215 B
INI

[Director MySQL TestDB]
type = "db"
db = "mysql"
host = "localhost"
username = "root"
charset = "utf8"
[Director PostgreSQL TestDB]
type = "db"
db = "pgsql"
host = "localhost"
password = "testing"
charset = "utf8"