Update app_config.php

This commit is contained in:
FusionPBX
2019-07-30 00:25:41 -06:00
committed by GitHub
parent 764c412509
commit 2c3375cb09

View File

@@ -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";