Update app_config.php

This commit is contained in:
FusionPBX 2019-07-30 00:25:41 -06:00 committed by GitHub
parent 9b2c916b7a
commit b484deda33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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