Update app_config.php
This commit is contained in:
parent
4b51026fd8
commit
1547822d1b
|
|
@ -83,6 +83,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_conferences";
|
$apps[$x]['db'][$y]['table']['name'] = "v_conferences";
|
||||||
|
|
@ -181,4 +184,4 @@
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid";
|
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue