Skip to content

Commit ab82179

Browse files
committed
wip
1 parent 47de2e0 commit ab82179

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

config/bexio.php

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@
33
return [
44
'auth' => [
55
'use_oauth2' => env('BEXIO_USE_OAUTH2', false),
6-
76
'token' => env('BEXIO_API_TOKEN'),
8-
9-
'oauth2' => [
10-
'client_id' => env('BEXIO_OAUTH2_CLIENT_ID'),
11-
'client_secret' => env('BEXIO_OAUTH2_CLIENT_SECRET'),
12-
'email' => env('BEXIO_OAUTH2_EMAIL'),
13-
'scopes' => [],
14-
],
7+
'client_id' => env('BEXIO_OAUTH2_CLIENT_ID'),
8+
'client_secret' => env('BEXIO_OAUTH2_CLIENT_SECRET'),
9+
'oauth_email' => env('BEXIO_OAUTH2_EMAIL'),
10+
'scopes' => [],
1511
],
12+
13+
/* 'auth' => [
14+
'token' => env('BEXIO_API_TOKEN'),
15+
16+
'oauth2' => [
17+
'client_id' => env('BEXIO_OAUTH2_CLIENT_ID'),
18+
'client_secret' => env('BEXIO_OAUTH2_CLIENT_SECRET'),
19+
'email' => env('BEXIO_OAUTH2_EMAIL'),
20+
'scopes' => [],
21+
],*/
22+
1623
'route_prefix' => 'bexio',
1724
];

0 commit comments

Comments
 (0)