git-svn-id: https://svn.coded.pt/svn/SIPRP@2070 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Frederico Palma 8 years ago
parent 21ed37e77a
commit 3cbfd62461

@ -8,7 +8,7 @@
<attribute name="owner.project.facets" value="jst.web;#system#"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 7 [1.7.0_51]">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_67">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>

@ -13,8 +13,10 @@ jnlp.information.description.short = $version
#jnlp.information.icon.splash = images/logo.png
server.siprp = vps-siprp.evo.pt
port.siprp = 5432
#server.siprp = vps-siprp.evo.pt
#port.siprp = 5432
server.siprp = localhost
port.siprp = 5433
database.siprp = siprp
username.siprp = siprp
password.siprp = -rg2hpgsql

@ -60,7 +60,7 @@ public class PlanosActuacaoImporter
private static void readProperties( String[] args ) throws Exception
{
args = new String[]{ "/home/fpalma/workspace/PlanosActuacao/properties/0-Importer/app.properties" };
args = new String[]{ "/home/fpalma.workspace/workspace/PlanosActuacao/properties/0-Importer/app.properties" };
// args = new String[]{ "/Users/fpalma/Documents/workspace/PlanosActuacao/properties/0-Importer/app.properties" };
if ( args != null && args.length > 0 )

@ -0,0 +1 @@
ssh -L5433:localhost:5432 -L5444:localhost:5433 root@vps-siprp.evo.pt
Loading…
Cancel
Save