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