Update app_config.php

This commit is contained in:
FusionPBX
2019-07-30 01:45:30 -06:00
committed by GitHub
parent 04b0c944ea
commit 387aeee60f

View File

@@ -46,4 +46,7 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
//cache details
$apps[$x]['cache']['key'] = "dialplan.\${domain_name}";
?>