mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
v5.3.71
This commit is contained in:
parent
f59b31ab70
commit
95999a7aa6
@ -1 +1 @@
|
||||
5.3.70
|
||||
5.3.71
|
@ -187,7 +187,7 @@ class SystemHealth
|
||||
config(['database.connections.mysql.password' => $request->input('db_password')]);
|
||||
config(['database.default' => 'mysql']);
|
||||
|
||||
DB::purge('db-ninja-01');
|
||||
DB::purge('mysql');
|
||||
}
|
||||
|
||||
if (!config('ninja.db.multi_db_enabled')) {
|
||||
|
@ -14,8 +14,8 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => '5.3.70',
|
||||
'app_tag' => '5.3.70',
|
||||
'app_version' => '5.3.71',
|
||||
'app_tag' => '5.3.71',
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', ''),
|
||||
|
Loading…
Reference in New Issue
Block a user