This commit is contained in:
David Bomba 2025-08-19 04:53:00 +10:00
parent 1de120784c
commit 7af38fcbd1
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
5.12.17
5.12.18

View File

@ -228,7 +228,7 @@
},
{
"type": "path",
"url": "https://github.com/invoiceninja/admin-api"
"url": "../admin-api"
}
],
"minimum-stability": "dev",

View File

@ -17,8 +17,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => env('APP_VERSION', '5.12.17'),
'app_tag' => env('APP_TAG', '5.12.17'),
'app_version' => env('APP_VERSION', '5.12.18'),
'app_tag' => env('APP_TAG', '5.12.18'),
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false),

View File

@ -44,7 +44,7 @@ return [
// 'queue' => env('SCOUT_QUEUE', true),
'queue' => [
'connection' => 'redis',
'connection' => env('QUEUE_CONNECTION', 'sync'),
'queue' => 'scout'
],