System.properties.template 1.61 KiB
Server.name = CSGrid
Server.hostName = _CSGRID_HOST_NAME_
Server.hostAddr = _CSGRID_HOST_NAME_
Server.systemURL = http://_CSGRID_HOST_NAME_:8080/csgrid/
Server.registryPort  = _CSGRID_RMI_REGISTRY_PORT_
Server.rmiExportPort = _CSGRID_RMI_EXPORT_PORT_
AlgorithmService.algorithms.temporary.dir = /tmp
HttpService.webapp = http://_CSGRID_HOST_NAME_:8080/csgrid/
FTCService.hostAddr = 0.0.0.0
FTCService.port = _CSGRID_FTC_EXPORT_PORT_
MailService.mail.smtp.host = smtp.tecgraf.puc-rio.br
MailService.mail.smtp.port = 25
MailService.from = csgrid@tecgraf.puc-rio.br
MailService.support = csgrid@tecgraf.puc-rio.br
SGAService.sga.plugin.type.1 = rest
SGAService.sga.plugin.properties.1 = plugins/SGAREST.properties
CommandPersistenceService.commandlistener.type.1=soma-kafka
CommandPersistenceService.commandlistener.properties.1=plugins/HISTORYOBSERVER.properties
#RestService.external.url = https://eras.tecgraf.puc-rio.br/workingserver/v1
RestService.private.key.file = security/rest_api_token_key
RestService.service.port=_CSGRID_REST_EXPORT_PORT_
RestService.external.url = http://_CSGRID_HOST_NAME_:_CSGRID_REST_EXPORT_PORT_/v1
RestService.dao.service.factory.1=csbase.rest.adapter.job.v1.DAO.CSBaseJobDAOFactory
#RestService.dao.service.factory.1=ibase.dao.api.job.v1.MongoJobDaoFactory
#RestService.dao.service.properties.1 = properties/MongoJobDAO.properties
RestService.ftp.host = ftp-user.tecgraf.puc-rio.br
RestService.ftp.port = 21
RestService.ftp.user = USER
RestService.ftp.password = PASSWORD
RestService.ftp.passive = true
RestService.ftp.SSL.enabled = true
RestService.ftp.SSL.private = true
RestService.ftp.SSL.auth = TLS