110e20c59d7d57dbc6bfb98cfc67b981fde8bb0b
[motion2.git] / server / config / express.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x18a3=['errorhandler','path','passport','cors','moment','./environment','../mysqldb','default','env','production','set','appPath','join','root','public','development','test','client','use','json\x20replacer','split','get','views','/server/views','engine','ejs','renderFile','view\x20engine','html','urlencoded','json','50mb','initialize','express','body-parser','method-override','cookie-parser'];(function(_0x25f41c,_0x19b011){var _0x1bcad6=function(_0x2366fc){while(--_0x2366fc){_0x25f41c['push'](_0x25f41c['shift']());}};_0x1bcad6(++_0x19b011);}(_0x18a3,0x193));var _0x318a=function(_0x38aff3,_0x2747eb){_0x38aff3=_0x38aff3-0x0;var _0x3b51a1=_0x18a3[_0x38aff3];return _0x3b51a1;};'use strict';var express=require(_0x318a('0x0'));var favicon=require('serve-favicon');var bodyParser=require(_0x318a('0x1'));var methodOverride=require(_0x318a('0x2'));var cookieParser=require(_0x318a('0x3'));var errorHandler=require(_0x318a('0x4'));var path=require(_0x318a('0x5'));var passport=require(_0x318a('0x6'));var cors=require(_0x318a('0x7'));var moment=require(_0x318a('0x8'));var config=require(_0x318a('0x9'));var db=require(_0x318a('0xa'))['db'];exports[_0x318a('0xb')]=function(_0x40bca3){var _0x4cc959=_0x40bca3['get'](_0x318a('0xc'));if(_0x4cc959===_0x318a('0xd')){_0x40bca3[_0x318a('0xe')](_0x318a('0xf'),path[_0x318a('0x10')](config[_0x318a('0x11')],_0x318a('0x12')));}if(_0x4cc959===_0x318a('0x13')||_0x4cc959===_0x318a('0x14')){_0x40bca3[_0x318a('0xe')](_0x318a('0xf'),path[_0x318a('0x10')](config[_0x318a('0x11')],_0x318a('0x15')));_0x40bca3[_0x318a('0x16')](errorHandler());}_0x40bca3[_0x318a('0xe')](_0x318a('0x17'),function(_0x529021,_0x3bce3e){if(this[_0x529021]instanceof Date){_0x3bce3e=this[_0x529021]['toISOString']()[_0x318a('0x18')]('.')[0x0]+'Z';}return _0x3bce3e;});_0x40bca3['use'](express['static'](_0x40bca3[_0x318a('0x19')](_0x318a('0xf'))));_0x40bca3[_0x318a('0xe')](_0x318a('0x1a'),config[_0x318a('0x11')]+_0x318a('0x1b'));_0x40bca3[_0x318a('0x1c')]('html',require(_0x318a('0x1d'))[_0x318a('0x1e')]);_0x40bca3[_0x318a('0xe')](_0x318a('0x1f'),_0x318a('0x20'));_0x40bca3[_0x318a('0x16')](bodyParser[_0x318a('0x21')]({'limit':'50mb','extended':!![]}));_0x40bca3['use'](bodyParser[_0x318a('0x22')]({'limit':_0x318a('0x23')}));_0x40bca3[_0x318a('0x16')](cors());_0x40bca3[_0x318a('0x16')](methodOverride());_0x40bca3[_0x318a('0x16')](cookieParser());_0x40bca3[_0x318a('0x16')](passport[_0x318a('0x24')]());};