first commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
return [
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=127.0.0.1;port=3306;dbname=Syslog;charset=utf8mb4',
|
||||
'username' => 'syslog',
|
||||
'password' => '',
|
||||
],
|
||||
'geoip' => [
|
||||
'provider' => 'maxmind',
|
||||
'maxmind_db' => __DIR__ . '/storage/geoip/GeoLite2-Country.mmdb',
|
||||
'dbip_dir' => __DIR__ . '/storage/geoip',
|
||||
],
|
||||
'syslog' => [
|
||||
'table' => 'SystemEvents',
|
||||
'host_to_ip' => [
|
||||
// 'hostname' => '1.2.3.4',
|
||||
],
|
||||
'resolve_hostnames' => true,
|
||||
],
|
||||
'dashboard' => [
|
||||
'title' => 'Syslog Dash',
|
||||
'theme_color' => '#0a369d',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user