mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Move the xml handler expire and debug settings to config.lua.
This commit is contained in:
@@ -23,22 +23,6 @@
|
||||
-- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
-- POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
--set defaults
|
||||
expire = {}
|
||||
expire["directory"] = "3600";
|
||||
expire["dialplan"] = "3600";
|
||||
expire["languages"] = "3600";
|
||||
expire["sofia.conf"] = "3600";
|
||||
expire["acl.conf"] = "3600";
|
||||
load_balancing = false;
|
||||
|
||||
--set the debug options
|
||||
debug["params"] = false;
|
||||
debug["sql"] = false;
|
||||
debug["xml_request"] = false;
|
||||
debug["xml_string"] = false;
|
||||
debug["cache"] = false;
|
||||
|
||||
--general functions
|
||||
require "resources.functions.trim";
|
||||
require "resources.functions.file_exists";
|
||||
|
||||
Reference in New Issue
Block a user