Update 'config/params.php'

This commit is contained in:
dongpd 2022-04-20 04:11:42 +00:00
parent 74d8ab31bf
commit bd43865bb2

View File

@ -2,7 +2,7 @@
return [ return [
'adminEmail' => 'admin@example.com', 'adminEmail' => 'admin@example.com',
"maxLogs" => 100000, "maxLogs" => 50000,
"maxPicture" => 9999, "maxPicture" => 9999,
"version" => "1.0.7" "version" => "1.0.7"
]; ];