Update config/params.php

This commit is contained in:
SonTV 2023-06-29 08:49:48 +00:00
parent a26cf27d08
commit d4cc9654d8

View File

@ -7,5 +7,6 @@ return [
"maxPicture" => 9999, "maxPicture" => 9999,
"version" => "1.0.7", "version" => "1.0.7",
"autoSyncLog" => false, "autoSyncLog" => false,
"timeoutRequestServer" => 4 "timeoutRequestServer" => 4,
"test" => 3
]; ];