mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
12 lines
215 B
PHP
12 lines
215 B
PHP
<?php
|
|
return [
|
|
"tcp" => [
|
|
"host" => "localhost",
|
|
"port" => 8086,
|
|
"protocol" => "http",
|
|
"database" => "mine",
|
|
"username" => "root",
|
|
"password" => "root",
|
|
]
|
|
];
|