Update app_config.php

This commit is contained in:
FusionPBX
2019-07-30 01:51:41 -06:00
committed by GitHub
parent f4c9284a41
commit e6edbd420f

View File

@@ -70,6 +70,9 @@
$apps[$x]['permissions'][$y]['name'] = "phrase_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//cache details
$apps[$x]['cache']['key'] = "languages.\${phrase_language}";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_phrases";
@@ -168,4 +171,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>