Update app_config.php

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

View File

@ -79,6 +79,9 @@
$apps[$x]['permissions'][$y]['name'] = "sip_profile_domain_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//cache details
$apps[$x]['cache']['key'] = "configuration.sofia.conf.\${sip_profile_name}";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_sip_profiles";