Skip to content

Commit

Permalink
- Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
aemaddin committed Sep 21, 2022
1 parent 94419ed commit f3daf47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/zoho.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
| Available Environments: PRODUCTION, DEVELOPER, SANDBOX
|
*/
'environment' => app()->environment('production') ? USDataCenter::PRODUCTION() : USDataCenter::SANDBOX(),
'environment' => USDataCenter::PRODUCTION(),

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -182,5 +182,5 @@
| The maximum number of seconds to allow cURL functions to execute.
|
*/
'timeout' => 3,
'timeout' => 10,
];

0 comments on commit f3daf47

Please sign in to comment.