		com.gridnine.xtrip.server.model.ukrain.NBURateTask
			cron: update.currencyrate.nbu.cron
			global: true
			update.currencyrate.nbu.url -> url
			update.currencyrate.nbu.currencies -> currencies
		com.gridnine.xtrip.server.model.synchronization.standard.CurrencyRateSynchronizationTask
			cron: currency-rate-synchronization-service.cron
			global: true
			currency-rate-synchronization-service.currencyCodes -> currencyCodes
			currency-rate-synchronization-service.baseCurrencyCodes -> baseCurrencyCodes
			currency-rate-synchronization-service.rateTypes -> rateTypes
com.gridnine.bof.midoffice.cbrrate.CbrRateTask
	cron: update.currencyrate.cbr.cron
	global: true
	update.currencyrate.cbr.url -> url
	update.currencyrate.cbr.currrencies -> currrencies
		com.gridnine.xtrip.server.model.notification.service.EmailEventNotificationTask
			period: 60*1000
			delay: = period
			global: true
			enabled: event.notification.service.enabled // if blank -- true else = equalsIgnoreCase("true")
		com.gridnine.xtrip.server.model.index.UpdatePersonBalanceTask
			global: true
			cron: updatePersonBalance.cron
			delay: 10*60*1000
		com.gridnine.xtrip.server.model.index.UpdateOrganizationBalanceTask
			global: true
			cron: updateOrganizationBalance.cron
			delay: 10*60*1000
		com.gridnine.xtrip.server.model.export.service.ProcessExportDocumentsTask
			global: true
			cron: process-export-documents-service.cron
			process-export-documents-service.threadsCount -> threadsCount
			process-export-documents-service.useFileStorage -> useFileStorage
			process-export-documents-service.fileStorageDir -> fileStorageDir
		com.gridnine.xtrip.server.model.export.service.DeleteExportDocumentTask
			global: true
			cron: delete-export-document-service.cron
			delete-export-document-service.retainPeriodInHours -> retainPeriodInHours
		com.gridnine.xtrip.server.model.TemporalObjectsTask
			global: true
			period: 1000*60*10
			delay: =period
			enabled; true
		com.gridnine.xtrip.server.parsers.ExchangeProcessingTask
			global: true
			cron: exchangeProcessing.cron
			enabled: DictHelper.getPreferenceValue(
		            PreferenceKey.AUTO_EXCHANGE_PROCESSING_ENABLED, false)
com.gridnine.xtrip.server.gds.sabre.iatarate.IataRateTask
	global: true
	enabled =
            "true".equals(config.getProperty("update.currencyrate.iata.enabled"))
    cronExpression = config.getProperty("update.currencyrate.iata.cron");
    update.currencyrate.iata.rateSettings -> rateSettings
    update.currencyrate.iata.account -> account
    update.currencyrate.iata.password -> password
    update.currencyrate.iata.pcc -> pcc
com.gridnine.xtrip.server.gds.sabre.misc.AirlineAllianceCheckerTask
	global: true
	aachecker.recipients -> recipients
	enabeld: aachecker.enabled
	cron = config.getProperty("aachecker.cron", "0 0 0 ? * 1");
	aachecker.salesPointCode -> salesPointCode
	aachecker.agencyCode -> agencyCode
com.gridnine.xtrip.server.gds.sabre.misc.ClassOfServiceCheckerTask
	global: true
	enabled =
            "true".equalsIgnoreCase(config.getProperty("clschecker.enabled",
                "false"));
	cron = config.getProperty("clschecker.cron", "0 0 0 ? * 1");
	clschecker.salesPointCode -> salesPointCode
	clschecker.agencyCode -> agencyCode
com.gridnine.xtrip.server.vip.rzd.service.AutoRefundTask
	global: true
	enabled =
            "true".equalsIgnoreCase(config.getProperty("rzd.auto.refund.enabled"));
	cron= rzd.auto.refund.cron
com.gridnine.xtrip.server.vip.sync.StorageOperationsLogTask
	period = delay = 1000 * 3600
	enabled = true
	global = true
		com.gridnine.xtrip.server.backup.BackupTask
			global = true
			cron: backup.cron
			backup.copy_command
			backup.vacuum_command
			backup.cleanup_command
			backup.compress_command
		    backup.server_stop_command
		    backup.server_start_command
		com.gridnine.xtrip.server.licence.service.LicenceCheckerTask
			global: true
			delay: 10 * 60 * 1000
			period: 1 * 60 * 60 * 1000
		com.gridnine.xtrip.server.licence.service.MetadataSenderTask
			global: true
			delay: 40 * 60 * 1000
			period: 5 * 60 * 60 * 1000
		com.gridnine.xtrip.server.http.service.HttpBookingFileXmlSenderTask
			local: true
			delay: http.booking.file.xml.sender.delay / 0
			period: http.booking.file.xml.sender.period / 60000
			enabled: http.booking.file.xml.sender.enabled / false
		com.gridnine.xtrip.server.ExpiredLockCleanerTask
			global: true
			delay: 0
			period: 10 sec
			enabled: true