Built motion from commit (unavailable).|2.4.18
[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 _0x560b=['json','initialize','express','body-parser','method-override','errorhandler','cors','./environment','../mysqldb','default','get','join','public','development','test','set','appPath','root','client','use','split','static','views','/server/views','engine','ejs','view\x20engine','urlencoded','50mb'];(function(_0x5726f1,_0x16d724){var _0x176d6b=function(_0x338f2e){while(--_0x338f2e){_0x5726f1['push'](_0x5726f1['shift']());}};_0x176d6b(++_0x16d724);}(_0x560b,0x15e));var _0xb560=function(_0x20152f,_0xe2ef93){_0x20152f=_0x20152f-0x0;var _0x1a83d5=_0x560b[_0x20152f];return _0x1a83d5;};'use strict';var express=require(_0xb560('0x0'));var favicon=require('serve-favicon');var bodyParser=require(_0xb560('0x1'));var methodOverride=require(_0xb560('0x2'));var cookieParser=require('cookie-parser');var errorHandler=require(_0xb560('0x3'));var path=require('path');var passport=require('passport');var cors=require(_0xb560('0x4'));var moment=require('moment');var config=require(_0xb560('0x5'));var db=require(_0xb560('0x6'))['db'];exports[_0xb560('0x7')]=function(_0x552753){var _0x348b37=_0x552753[_0xb560('0x8')]('env');if(_0x348b37==='production'){_0x552753['set']('appPath',path[_0xb560('0x9')](config['root'],_0xb560('0xa')));}if(_0x348b37===_0xb560('0xb')||_0x348b37===_0xb560('0xc')){_0x552753[_0xb560('0xd')](_0xb560('0xe'),path[_0xb560('0x9')](config[_0xb560('0xf')],_0xb560('0x10')));_0x552753[_0xb560('0x11')](errorHandler());}_0x552753[_0xb560('0xd')]('json\x20replacer',function(_0x44a7b7,_0x966252){if(this[_0x44a7b7]instanceof Date){_0x966252=this[_0x44a7b7]['toISOString']()[_0xb560('0x12')]('.')[0x0]+'Z';}return _0x966252;});_0x552753['use'](express[_0xb560('0x13')](_0x552753[_0xb560('0x8')](_0xb560('0xe'))));_0x552753['set'](_0xb560('0x14'),config[_0xb560('0xf')]+_0xb560('0x15'));_0x552753[_0xb560('0x16')]('html',require(_0xb560('0x17'))['renderFile']);_0x552753[_0xb560('0xd')](_0xb560('0x18'),'html');_0x552753['use'](bodyParser[_0xb560('0x19')]({'limit':_0xb560('0x1a'),'extended':!![]}));_0x552753[_0xb560('0x11')](bodyParser[_0xb560('0x1b')]({'limit':'50mb'}));_0x552753[_0xb560('0x11')](cors());_0x552753[_0xb560('0x11')](methodOverride());_0x552753['use'](cookieParser());_0x552753[_0xb560('0x11')](passport[_0xb560('0x1c')]());};