Update app_config.php
This commit is contained in:
parent
9b2c916b7a
commit
b484deda33
|
|
@ -263,6 +263,10 @@
|
|||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Whether to regenerate the session ID.";
|
||||
$y++;
|
||||
|
||||
//cache details
|
||||
$y=0;
|
||||
$apps[$x]['cache']['key'] = "directory.\${extension}@\${user_context}";
|
||||
|
||||
//schema details
|
||||
$y=0;
|
||||
$apps[$x]['db'][$y]['table']['name'] = "v_extensions";
|
||||
|
|
|
|||
Loading…
Reference in New Issue