Update app_config.php

This commit is contained in:
FusionPBX 2019-07-30 01:50:02 -06:00 committed by GitHub
parent 387aeee60f
commit bc44517a24
1 changed files with 5 additions and 2 deletions

View File

@ -80,6 +80,9 @@
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
//cache details
$apps[$x]['cache']['key'] = "configuration.sofia.conf.\${hostname}";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_gateways";