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.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							575 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							575 B
						
					
					
				| web.appName=siprp_fichasclinicas
 | |
| 
 | |
| jnlp.resources.property.server.address = server2.evolute.pt
 | |
| jnlp.resources.property.server.port = 5432
 | |
| db.name = siprp_fichas_clinicas
 | |
| db.user = tsimao
 | |
| db.parameters=ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory
 | |
| db.password = sleepsun
 | |
| db.url.prefix = jdbc:postgresql://
 | |
| 
 | |
| web.ssl.truststore.file=jssecacerts
 | |
| web.ssl.truststore.pass=changeit
 | |
| 
 | |
| disable_auto_role=false
 | |
| 
 | |
| -Djavax.net.ssl.trustStore=jssecacerts
 | |
| -Djavax.net.ssl.trustStorePassword=changeit
 | |
| -Djavax.net.ssl.keyStore=jssecacerts
 | |
| -Djavax.net.ssl.keyStorePassword=changeit |