Skip to content

Commit

Permalink
2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Aug 14, 2021
1 parent 42dd2d4 commit c0bab37
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"php": ">=5.6.0",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-apidoc": "~2.0.0",
"fancyecommerce/fecshop": "2.16.2"
"fancyecommerce/fecshop": "2.17.1"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
Expand Down
18 changes: 9 additions & 9 deletions console/config/main.php
Expand Up @@ -30,23 +30,23 @@
* 'db' => 'mongodb',
* 'sessionCollection' => 'session',
*/
'class' => 'yii\redis\Session',
'timeout' => 86400 * 7,
//'class' => 'yii\redis\Session',
//'timeout' => 86400 * 7,
'keyPrefix' => 'appadmin_session',
'redis' => [
'database' => 11,
],
//'redis' => [
// 'database' => 11,
//],
],
'cache' => [
/*
* // use mongodb for cache.
* 'class' => 'yii\mongodb\Cache',
*/
'class' => 'yii\redis\Cache',
//'class' => 'yii\redis\Cache',
'keyPrefix' => 'appadmin_cache',
'redis' => [
'database' => 12,
],
//'redis' => [
// 'database' => 12,
//],
],

'log' =>[
Expand Down

0 comments on commit c0bab37

Please sign in to comment.