Built motion from commit (unavailable).|2.5.1
[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 _0xf40a=['moment','./environment','../mysqldb','env','production','set','appPath','join','root','public','development','test','use','json\x20replacer','toISOString','static','get','views','/server/views','engine','renderFile','view\x20engine','html','urlencoded','50mb','initialize','express','serve-favicon','body-parser','method-override','errorhandler','path','passport','cors'];(function(_0x29c1cc,_0x5090b2){var _0x56710a=function(_0x2b6926){while(--_0x2b6926){_0x29c1cc['push'](_0x29c1cc['shift']());}};_0x56710a(++_0x5090b2);}(_0xf40a,0x108));var _0xaf40=function(_0x4c60f8,_0x539d3b){_0x4c60f8=_0x4c60f8-0x0;var _0x336f0f=_0xf40a[_0x4c60f8];return _0x336f0f;};'use strict';var express=require(_0xaf40('0x0'));var favicon=require(_0xaf40('0x1'));var bodyParser=require(_0xaf40('0x2'));var methodOverride=require(_0xaf40('0x3'));var cookieParser=require('cookie-parser');var errorHandler=require(_0xaf40('0x4'));var path=require(_0xaf40('0x5'));var passport=require(_0xaf40('0x6'));var cors=require(_0xaf40('0x7'));var moment=require(_0xaf40('0x8'));var config=require(_0xaf40('0x9'));var db=require(_0xaf40('0xa'))['db'];exports['default']=function(_0x25aa7b){var _0x118e6f=_0x25aa7b['get'](_0xaf40('0xb'));if(_0x118e6f===_0xaf40('0xc')){_0x25aa7b[_0xaf40('0xd')](_0xaf40('0xe'),path[_0xaf40('0xf')](config[_0xaf40('0x10')],_0xaf40('0x11')));}if(_0x118e6f===_0xaf40('0x12')||_0x118e6f===_0xaf40('0x13')){_0x25aa7b[_0xaf40('0xd')](_0xaf40('0xe'),path[_0xaf40('0xf')](config[_0xaf40('0x10')],'client'));_0x25aa7b[_0xaf40('0x14')](errorHandler());}_0x25aa7b[_0xaf40('0xd')](_0xaf40('0x15'),function(_0x498e55,_0x8e35b4){if(this[_0x498e55]instanceof Date){_0x8e35b4=this[_0x498e55][_0xaf40('0x16')]()['split']('.')[0x0]+'Z';}return _0x8e35b4;});_0x25aa7b['use'](express[_0xaf40('0x17')](_0x25aa7b[_0xaf40('0x18')](_0xaf40('0xe'))));_0x25aa7b[_0xaf40('0xd')](_0xaf40('0x19'),config['root']+_0xaf40('0x1a'));_0x25aa7b[_0xaf40('0x1b')]('html',require('ejs')[_0xaf40('0x1c')]);_0x25aa7b['set'](_0xaf40('0x1d'),_0xaf40('0x1e'));_0x25aa7b['use'](bodyParser[_0xaf40('0x1f')]({'limit':_0xaf40('0x20'),'extended':!![]}));_0x25aa7b[_0xaf40('0x14')](bodyParser['json']({'limit':_0xaf40('0x20')}));_0x25aa7b[_0xaf40('0x14')](cors());_0x25aa7b[_0xaf40('0x14')](methodOverride());_0x25aa7b[_0xaf40('0x14')](cookieParser());_0x25aa7b[_0xaf40('0x14')](passport[_0xaf40('0x21')]());};