Files
librenms-librenms/tests/bootstrap.php
T

19 lines
390 B
PHP
Raw Normal View History

2014-09-11 14:50:31 +02:00
<?php
return [
"tcp" => [
"host" => "localhost",
"port" => 8086,
"protocol" => "http",
2014-09-13 08:19:51 +02:00
"database" => "tcp.test",
2014-09-11 14:50:31 +02:00
"username" => "root",
"password" => "root",
2014-09-13 00:10:45 +02:00
],
"udp" => [
"host" => "localhost",
"port" => 5551,
2014-09-13 08:19:51 +02:00
"database" => "udp.test",
2014-09-13 00:10:45 +02:00
"username" => "root",
"password" => "root"
],
2014-09-11 14:50:31 +02:00
];