Update vars for config

This commit is contained in:
David Bomba 2023-05-03 10:18:57 +10:00
parent db541de741
commit 1288ddc195

View File

@ -215,4 +215,8 @@ return [
],
'licenses' => env('LICENSES',false),
'google_application_credentials' => env("GOOGLE_APPLICATION_CREDENTIALS", false),
'shopify' => [
'client_id' => env('SHOPIFY_CLIENT_ID', null),
'client_secret' => env('SHOPIFY_CLIENT_SECRET', null),
],
];