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.
35 lines
997 B
35 lines
997 B
app.appName = siprp_planosactuacao_importer
|
|
app.main-class = importer.PlanosActuacaoImporter
|
|
|
|
app.resources.j2se.version = 1.6.+
|
|
app.resources.j2se.initial-heap-size = 64M
|
|
app.resources.j2se.max-heap-size = 512M
|
|
|
|
jnlp.information.title = PlanosActuacaoImporter
|
|
jnlp.information.vendor = Evolute $year
|
|
jnlp.information.description = PlanosActuacaoImporter, v$version
|
|
jnlp.information.description.short = $version
|
|
#jnlp.information.icon = images/logo.png
|
|
#jnlp.information.icon.splash = images/logo.png
|
|
|
|
|
|
#server.siprp = vps-siprp.evo.pt
|
|
#port.siprp = 5432
|
|
server.siprp = localhost
|
|
port.siprp = 5433
|
|
database.siprp = siprp
|
|
username.siprp = siprp
|
|
password.siprp = -rg2hpgsql
|
|
|
|
#server.siprp_local = vps-siprp.evo.pt
|
|
#port.siprp_local = 5432
|
|
#database.siprp_local = siprp_local_3
|
|
#username.siprp_local = siprp
|
|
#password.siprp_local = -rg2hpgsql
|
|
|
|
server.siprp_local = localhost
|
|
port.siprp_local = 5444
|
|
database.siprp_local = siprp_local
|
|
username.siprp_local = siprp
|
|
password.siprp_local = rg2h-opksiprp
|