From b484deda33cc5293e33dfbb832ab0a726e926a4f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2019 00:25:41 -0600 Subject: [PATCH] Update app_config.php --- app/extensions/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 4ecb1af72e..9b3c77b8c7 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -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";