Add key controller to add/update keys , add bakcend skin param
This commit is contained in:
@@ -32,9 +32,6 @@ return [
|
||||
'session' => [
|
||||
'name' => '_backendSessionId', // unique for backend
|
||||
'savePath' => __DIR__ . '/../runtime', // a temporary folder on backend
|
||||
'cookieParams' => [
|
||||
'path' => '/backend/web',
|
||||
],
|
||||
],
|
||||
'log' => [
|
||||
'traceLevel' => YII_DEBUG ? 3 : 0,
|
||||
|
||||
Reference in New Issue
Block a user