mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
...support. Currently expects three test-runners offering Debian Jessie, Ubuntu 16.04 LTS (Xenial) and CentOS 7. Removed all dependencies on the Icinga Web 2 test module, installing phpunit should suffice to run tests in a normal environment. This is a first attempt to make things easier, more to come.
14 lines
215 B
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"
|