Update app_config.php

This commit is contained in:
FusionPBX 2019-07-30 01:37:57 -06:00 committed by GitHub
parent 8e77e780f5
commit dcb46763f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
//cache details
$apps[$x]['cache']['key'] = "dialplan.\${domain_name}";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_call_center_agents";