Skip to content

Commit 3334cdb

Browse files
committed
Add the app_id
This is necessary for the javascript SDK
1 parent acdf3b2 commit 3334cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/mailium-oauth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| App credentails
1010
*/
1111

12+
'app_id' => env('MAILIUM_APP_ID', ''),
1213
'client_id' => env('MAILIUM_APP_CLIENT_ID', ''),
1314
'client_secret' => env('MAILIUM_APP_CLIENT_SECRET', ''),
1415

0 commit comments

Comments
 (0)