Update app_config.php
This commit is contained in:
parent
387aeee60f
commit
bc44517a24
|
|
@ -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'] = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue