Update app_config.php

This commit is contained in:
FusionPBX
2019-07-30 01:26:21 -06:00
committed by GitHub
parent 45f7069c46
commit 7ecd1bb743

View File

@@ -85,6 +85,9 @@
$apps[$x]['permissions'][$y]['name'] = "dialplan_all";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//cache details
$apps[$x]['cache']['key'] = "dialplan.\${dialplan_context}";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_dialplans";