Update app_config.php
This commit is contained in:
parent
962039a385
commit
2de950e322
|
|
@ -171,6 +171,9 @@
|
||||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||||
|
|
||||||
|
//cache details
|
||||||
|
$apps[$x]['cache']['key'] = "dialplan.\${domain_name}";
|
||||||
|
|
||||||
//schema details
|
//schema details
|
||||||
$y=0;
|
$y=0;
|
||||||
$apps[$x]['db'][$y]['table']['name'] = "v_conference_centers";
|
$apps[$x]['db'][$y]['table']['name'] = "v_conference_centers";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue