fix(vikon): read version from file and update after core update

This commit is contained in:
F4ilji
2026-07-05 15:06:14 +05:00
parent b0ff3bf397
commit ad8a4d861b
6 changed files with 49 additions and 7 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' => env('VIKON_CURRENT_VERSION', '1.0.0'),
'current_version_file' => env('VIKON_VERSION_FILE', base_path('vikon_version.txt')),
'http_timeout' => env('VIKON_HTTP_TIMEOUT', 60),
'http_retries' => env('VIKON_HTTP_RETRIES', 3),