Built motion from commit e1760111.|2.6.18
[motion2.git] / server / config / express.js
index bee708b..ac35c55 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-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')]());};
\ No newline at end of file
+var _0xa9e0=['get','production','set','appPath','public','join','root','client','use','toISOString','split','static','views','/server/views','engine','html','ejs','urlencoded','50mb','json','initialize','express','method-override','cookie-parser','passport','./environment','default'];(function(_0x3504a0,_0x3f770f){var _0x3dfca3=function(_0x5adf34){while(--_0x5adf34){_0x3504a0['push'](_0x3504a0['shift']());}};_0x3dfca3(++_0x3f770f);}(_0xa9e0,0x123));var _0x0a9e=function(_0x3947c9,_0x4d6c97){_0x3947c9=_0x3947c9-0x0;var _0x2e7871=_0xa9e0[_0x3947c9];return _0x2e7871;};'use strict';var express=require(_0x0a9e('0x0'));var methodOverride=require(_0x0a9e('0x1'));var cookieParser=require(_0x0a9e('0x2'));var errorHandler=require('errorhandler');var path=require('path');var passport=require(_0x0a9e('0x3'));var cors=require('cors');var config=require(_0x0a9e('0x4'));exports[_0x0a9e('0x5')]=function(_0x2ab90b){var _0x991246=_0x2ab90b[_0x0a9e('0x6')]('env');if(_0x991246===_0x0a9e('0x7')){_0x2ab90b[_0x0a9e('0x8')](_0x0a9e('0x9'),path['join'](config['root'],_0x0a9e('0xa')));}if(_0x991246==='development'||_0x991246==='test'){_0x2ab90b[_0x0a9e('0x8')](_0x0a9e('0x9'),path[_0x0a9e('0xb')](config[_0x0a9e('0xc')],_0x0a9e('0xd')));_0x2ab90b[_0x0a9e('0xe')](errorHandler());}_0x2ab90b['set']('json\x20replacer',function(_0x527cdd,_0x4cfe67){if(this[_0x527cdd]instanceof Date){_0x4cfe67=this[_0x527cdd][_0x0a9e('0xf')]()[_0x0a9e('0x10')]('.')[0x0]+'Z';}return _0x4cfe67;});_0x2ab90b[_0x0a9e('0xe')](express[_0x0a9e('0x11')](_0x2ab90b[_0x0a9e('0x6')](_0x0a9e('0x9'))));_0x2ab90b['set'](_0x0a9e('0x12'),config[_0x0a9e('0xc')]+_0x0a9e('0x13'));_0x2ab90b[_0x0a9e('0x14')](_0x0a9e('0x15'),require(_0x0a9e('0x16'))['renderFile']);_0x2ab90b[_0x0a9e('0x8')]('view\x20engine',_0x0a9e('0x15'));_0x2ab90b['use'](express[_0x0a9e('0x17')]({'limit':_0x0a9e('0x18'),'extended':!![]}));_0x2ab90b['use'](express[_0x0a9e('0x19')]({'limit':'50mb'}));_0x2ab90b[_0x0a9e('0xe')](cors());_0x2ab90b[_0x0a9e('0xe')](methodOverride());_0x2ab90b[_0x0a9e('0xe')](cookieParser());_0x2ab90b[_0x0a9e('0xe')](passport[_0x0a9e('0x1a')]());};
\ No newline at end of file