migrate to gtea from bistbucket
This commit is contained in:
8
public/restaurant/config/zoom.php
Normal file
8
public/restaurant/config/zoom.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'client_id' => env('ZOOM_CLIENT_KEY', 'ky9KGuHRioflbn02L3TA'),
|
||||
'client_secret' => env('ZOOM_CLIENT_SECRET', 'IS732Q4pJdbPBDGHjRElTTuBTPntcTua'),
|
||||
'account_id' => env('ZOOM_ACCOUNT_ID', 'pc-s10MQTD2JrQFjBDArDg'),
|
||||
'base_url' => 'https://api.zoom.us/v2/',
|
||||
];
|
||||
Reference in New Issue
Block a user