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