refactor(vikon): use Redis cache for version instead of file

This commit is contained in:
F4ilji
2026-07-05 15:11:17 +05:00
parent ad8a4d861b
commit eb142b2513
6 changed files with 13 additions and 28 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ return [
'auth_domain' => env('VIKON_AUTH_DOMAIN', 'https://auth.db-nica.ru/'),
'filemanager_domain' => env('VIKON_FILEMANAGER_DOMAIN', 'https://file.db-nica.ru/'),
'current_version_file' => env('VIKON_VERSION_FILE', base_path('vikon_version.txt')),
'current_version' => env('VIKON_CURRENT_VERSION', '5.90.8.1'),
'http_timeout' => env('VIKON_HTTP_TIMEOUT', 60),
'http_retries' => env('VIKON_HTTP_RETRIES', 3),