fix(vikon): read version from file and update after core update
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user