Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from cjcox17/master
Browse files Browse the repository at this point in the history
Speed improvements
  • Loading branch information
Clystnet authored Jun 13, 2018
2 parents 39c4ce9 + 6cb6fe7 commit a32917a
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 326 deletions.
10 changes: 6 additions & 4 deletions src/Config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

// vTiger API constants
return [
'url' => 'path/to/vtiger/webservice',
'username' => '',
'accesskey' => '',
];
'url' => 'path/to/vtiger/webservice',
'username' => '',
'accesskey' => '',
'sessiondriver' => 'file', //reddis or file
'persistconnection' => true,
];
Loading

0 comments on commit a32917a

Please sign in to comment.