mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update app_config.php
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
$apps[$x]['permissions'][$y]['name'] = "gateway_channels";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
|
||||
//default settings
|
||||
//default settings
|
||||
$y = 0;
|
||||
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "df031ab4-087d-4e0e-92ac-e96f5d0aa55d";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_category'] = "limit";
|
||||
@@ -80,7 +80,10 @@
|
||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
||||
|
||||
//schema details
|
||||
//cache details
|
||||
$apps[$x]['cache']['key'] = "configuration.sofia.conf.\${hostname}";
|
||||
|
||||
//schema details
|
||||
$y=0;
|
||||
$apps[$x]['db'][$y]['table']['name'] = "v_gateways";
|
||||
$apps[$x]['db'][$y]['table']['parent'] = "";
|
||||
|
||||
Reference in New Issue
Block a user