mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Add statistic tracking
This commit is contained in:
@@ -327,5 +327,13 @@ return [
|
||||
|
||||
'tcp_port_sharing_disabled' => 'TCP port sharing is not available on this Expose server.',
|
||||
],
|
||||
|
||||
'statistics' => [
|
||||
'enable_statistics' => true,
|
||||
|
||||
'interval_in_seconds' => 3600,
|
||||
|
||||
'repository' => \App\Server\StatisticsRepository\DatabaseStatisticsRepository::class,
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user