Update configuration.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-05 13:17:48 +03:00
parent ffd41db164
commit 63cb9bbd54

View file

@ -12,7 +12,7 @@ return [
'lockout_timeout' => 15, // ip lockout timeout in seconds
'frontend_config' => [
'app_name' => 'FileGator',
'app_name' => 'PhyrePanel - File Manager',
'app_version' => APP_VERSION,
'language' => 'english',
'logo' => "http://" . $serverIp . ':8443/images/phyre-logo.svg',
@ -74,7 +74,7 @@ return [
'Filegator\Services\Security\Security' => [
'handler' => '\Filegator\Services\Security\Security',
'config' => [
'csrf_protection' => true,
'csrf_protection' => false,
'csrf_key' => "123456", // randomize this
'ip_allowlist' => [],
'ip_denylist' => [],