Strabon
changeset 145:17ed5c26cf7a
modifting parameters
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Thu May 10 12:27:48 2012 +0300 (2012-05-10) |
parents | 450e41a1a7ce |
children | 30b26e89d085 |
files | endpoint/WebContent/WEB-INF/beans.xml |
line diff
1.1 --- a/endpoint/WebContent/WEB-INF/beans.xml Wed May 09 18:24:26 2012 +0300 1.2 +++ b/endpoint/WebContent/WEB-INF/beans.xml Thu May 10 12:27:48 2012 +0300 1.3 @@ -11,15 +11,15 @@ 1.4 <bean id="strabonBean" class="eu.earthobservatory.org.StrabonEndpoint.StrabonBeanWrapper" destroy-method="destroy"> 1.5 <constructor-arg type="java.lang.String"> 1.6 <!-- Database name --> 1.7 - <value>darmstadt-noa</value> 1.8 + <value>endpoint</value> 1.9 </constructor-arg> 1.10 <constructor-arg type="java.lang.String"> 1.11 <!-- Username --> 1.12 - <value>kkyzir</value> 1.13 + <value>postgresql</value> 1.14 </constructor-arg> 1.15 <constructor-arg type="java.lang.String"> 1.16 <!-- Password --> 1.17 - <value>p1r3as</value> 1.18 + <value>postgresql</value> 1.19 </constructor-arg> 1.20 <constructor-arg type="int"> 1.21 <!-- Port -->