mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update vars for config
This commit is contained in:
parent
db541de741
commit
1288ddc195
@ -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),
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user