File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 33return [
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];
You can’t perform that action at this time.
0 commit comments