forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
3.5 KiB
108 lines
3.5 KiB
#APP level
|
|
app.appName = siprpsoft
|
|
app.main-class = siprp.Main
|
|
app.main = siprp.Main
|
|
app.max.mem=512M
|
|
|
|
db.url.prefix = jdbc:postgresql://
|
|
db.user = siprp
|
|
db.password = rg2h-opksiprp
|
|
db.name = siprp_local_3
|
|
db.connection.driver = org.postgresql.Driver
|
|
|
|
jnlp.resources.property.server.address = www.evolute.pt
|
|
jnlp.resources.property.server.port = 5436
|
|
|
|
module_spellchecker=true
|
|
module_cursos=true
|
|
module_utilizadores=false
|
|
module_ficha=true
|
|
module_clientes=true
|
|
module_relatorio=true
|
|
module_listagens=true
|
|
module_medicina_controlo_fluxo_ecd=true
|
|
module_hs_trabalho_plano_actuacao=true
|
|
|
|
mail.sender.from=departamentotecnico@siprp.pt
|
|
|
|
#app.max.mem=512M
|
|
#app.run.args=test 1 2 3
|
|
|
|
app.resources.j2se.max-heap-size=512m
|
|
app.resources.j2se.initial-heap-size=256m
|
|
app.resources.j2se.version=1.6.0+
|
|
|
|
jnlp.information.description.short=SIPRPSoft
|
|
jnlp.information.description=Software de Gestão de Higiene e Segurança no Trabalho
|
|
jnlp.information.icon=logo/icon.png
|
|
jnlp.information.vendor=Evolute Lda
|
|
jnlp.information.title=SIPRPSoft
|
|
|
|
shst.prestador.omissao.id=35
|
|
shst.prestador.omissao.nome = SIPRP
|
|
shst.prestador.analisador.tab = true
|
|
|
|
app.icon.path=logo/icon.png
|
|
|
|
#usado em UserDataProvider (shst.jar)
|
|
web_aware.default_role = siprpuser
|
|
|
|
web.images_app_url = http://www.evolute.pt:13080/SIPRPImages/image?id=
|
|
|
|
lembrete.desmarcou = SIPRP Desmarcou
|
|
lembrete.notice_exame_days = 15
|
|
lembrete.notice_visita_days = -11
|
|
|
|
#app.ws.dest.package=com.evolute.test-project.stubs
|
|
#app.ws.wsdl.url=https://www.evolute.pt/test-project/test-endpoint?wsdl
|
|
#app.ws.wsdl.url.protocol=https
|
|
#app.ws.wsdl.url.host=www.evolute.pt
|
|
#app.ws.wsdl.url.port=443
|
|
#app.ws.wsdl.url.path=/test-project/test-endpoint?wsdl
|
|
|
|
#app.ssl.truststore.file=jssecacerts
|
|
#app.ssl.truststore.pass=changeit
|
|
|
|
#JNLP level
|
|
#jnlp.app.appName = test-project
|
|
#jnlp.information.title = jnlp-Test Project
|
|
#jnlp.resources.j2se.version = 1.1+
|
|
#jnlp.test.url=http://www.evolute.pt/~software/test-project
|
|
|
|
|
|
#JNLP + PRODUCTION level
|
|
#jnlp.production.app.main-class = !com.evolute.test-project.TestProject2
|
|
#jnlp.production.app.appName = test-project
|
|
#jnlp.production.url=http://www.evolute.pt/~software/test-project
|
|
|
|
#jnlp.production.information.title = prod-Test Project
|
|
#jnlp.production.information.vendor = prod-Evolute Lda
|
|
#jnlp.production.information.description = prod-Tester Project for JNLP Generator
|
|
#jnlp.production.information.description.short = prod-JNLP Tester
|
|
#jnlp.production.information.icon = prod-logo.png
|
|
|
|
#jnlp.production.resources.j2se.version = 1.6.0+
|
|
#jnlp.production.resources.j2se.initial-heap-size = 64m
|
|
#jnlp.production.resources.j2se.max-heap-size = 512m
|
|
|
|
#jnlp.production.resources.property.jnlp.packEnabled = true
|
|
#jnlp.production.resources.property.apple.laf.useScreenMenuBar = true
|
|
#jnlp.production.resources.property.swing.defaultlaf = org.jvnet.substance.skin.SubstanceRavenGraphiteGlassLookAndFeel
|
|
#jnlp.production.resources.property.evolute.ui.overridePaint = false
|
|
|
|
|
|
#JNLP + TEST level
|
|
#jnlp.test.app.main-class = com.evolute.test-project.TestProject3
|
|
#jnlp.test.app.appName = project-test
|
|
#jnlp.test.url=http://www.evolute.pt/~software/versoes_teste/test-project
|
|
|
|
#jnlp.test.information.title = test-Test Project
|
|
#jnlp.test.information.vendor = test-Evolute Lda
|
|
#jnlp.test.information.description = test-Tester Project for JNLP Generator
|
|
#jnlp.test.information.description.short = test-JNLP Tester
|
|
#jnlp.test.information.icon = test-logo.png
|
|
|
|
#jnlp.test.resources.j2se.version = 1.6.0+
|
|
#jnlp.test.resources.j2se.initial-heap-size = 64m
|
|
#jnlp.test.resources.j2se.max-heap-size = 512m
|