9fe2f0c8d52e049b0d6f98af0f8c5b8b98b3e385
[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 _0xb877=['set','client','use','json\x20replacer','split','static','get','views','engine','html','ejs','renderFile','view\x20engine','urlencoded','50mb','json','initialize','express','serve-favicon','cookie-parser','errorhandler','passport','moment','./environment','env','production','appPath','join','development','test'];(function(_0x207c58,_0x2f2857){var _0x505e8f=function(_0x1bbfdb){while(--_0x1bbfdb){_0x207c58['push'](_0x207c58['shift']());}};_0x505e8f(++_0x2f2857);}(_0xb877,0x15b));var _0x7b87=function(_0x13dc09,_0x162d8c){_0x13dc09=_0x13dc09-0x0;var _0x46e95d=_0xb877[_0x13dc09];return _0x46e95d;};'use strict';var express=require(_0x7b87('0x0'));var favicon=require(_0x7b87('0x1'));var bodyParser=require('body-parser');var methodOverride=require('method-override');var cookieParser=require(_0x7b87('0x2'));var errorHandler=require(_0x7b87('0x3'));var path=require('path');var passport=require(_0x7b87('0x4'));var cors=require('cors');var moment=require(_0x7b87('0x5'));var config=require(_0x7b87('0x6'));var db=require('../mysqldb')['db'];exports['default']=function(_0xfa9f6){var _0x5668d7=_0xfa9f6['get'](_0x7b87('0x7'));if(_0x5668d7===_0x7b87('0x8')){_0xfa9f6['set'](_0x7b87('0x9'),path[_0x7b87('0xa')](config['root'],'public'));}if(_0x5668d7===_0x7b87('0xb')||_0x5668d7===_0x7b87('0xc')){_0xfa9f6[_0x7b87('0xd')](_0x7b87('0x9'),path[_0x7b87('0xa')](config['root'],_0x7b87('0xe')));_0xfa9f6[_0x7b87('0xf')](errorHandler());}_0xfa9f6['set'](_0x7b87('0x10'),function(_0x6be5da,_0x119419){if(this[_0x6be5da]instanceof Date){_0x119419=this[_0x6be5da]['toISOString']()[_0x7b87('0x11')]('.')[0x0]+'Z';}return _0x119419;});_0xfa9f6[_0x7b87('0xf')](express[_0x7b87('0x12')](_0xfa9f6[_0x7b87('0x13')](_0x7b87('0x9'))));_0xfa9f6[_0x7b87('0xd')](_0x7b87('0x14'),config['root']+'/server/views');_0xfa9f6[_0x7b87('0x15')](_0x7b87('0x16'),require(_0x7b87('0x17'))[_0x7b87('0x18')]);_0xfa9f6[_0x7b87('0xd')](_0x7b87('0x19'),_0x7b87('0x16'));_0xfa9f6[_0x7b87('0xf')](bodyParser[_0x7b87('0x1a')]({'limit':_0x7b87('0x1b'),'extended':!![]}));_0xfa9f6[_0x7b87('0xf')](bodyParser[_0x7b87('0x1c')]({'limit':_0x7b87('0x1b')}));_0xfa9f6['use'](cors());_0xfa9f6[_0x7b87('0xf')](methodOverride());_0xfa9f6[_0x7b87('0xf')](cookieParser());_0xfa9f6[_0x7b87('0xf')](passport[_0x7b87('0x1d')]());};