tm.Config = {}
tm.Config.imgsPath = '/i/';
tm.Config.behavioursPath = '/misc/';
tm.Config.SearchFormsTimeout = 1000;
tm.Config.Review = { maxPhotos: 10,    minReviewWords: 50, allowedExtensions: ['jpg','jpeg','gif','png'], maxDuration: 365 };
tm.Config.formCYS = { maxFlights: 3 };
/* possible date formats: 'dd/mm/yyyy', 'mm/dd/yyyy', 'yyyy-mm-dd',
 * 'dd mmm yy' by other words: day -- 'dd', month -- mm (numeric)
 * or mmm (short name from three letters), 'yy' and 'yyyy' -- year (short and long)
 */
tm.Config.dateFormat = "dd.mm.yyyy";
tm.Config.searchResultsTimeout = 60000;

tm.Config.BaseDomain = 'http://tmua.serega.dev.mrise.ru';
