Strabon
changeset 277:cb57136a0299
revert beans.xml to default connection details
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu Jun 14 18:41:46 2012 +0300 (2012-06-14) |
parents | 5cc013380ec7 |
children | 962a764f64bb |
files | endpoint/WebContent/WEB-INF/beans.xml |
line diff
1.1 --- a/endpoint/WebContent/WEB-INF/beans.xml Wed Jun 13 18:12:05 2012 +0300 1.2 +++ b/endpoint/WebContent/WEB-INF/beans.xml Thu Jun 14 18:41:46 2012 +0300 1.3 @@ -19,7 +19,7 @@ 1.4 1.5 <constructor-arg type="java.lang.String" > 1.6 <!-- Database name --> 1.7 - <value>endpoint-remote</value> 1.8 + <value>endpoint</value> 1.9 </constructor-arg> 1.10 1.11 <constructor-arg type="java.lang.String" > 1.12 @@ -29,7 +29,7 @@ 1.13 1.14 <constructor-arg type="java.lang.String" > 1.15 <!-- Password --> 1.16 - <value>p1r3as</value> 1.17 + <value>postgres</value> 1.18 </constructor-arg> 1.19 1.20 <constructor-arg type="int" > 1.21 @@ -39,7 +39,7 @@ 1.22 1.23 <constructor-arg type="java.lang.String" > 1.24 <!-- Database server --> 1.25 - <value>kakofonix.di.uoa.gr</value> 1.26 + <value>localhost</value> 1.27 </constructor-arg> 1.28 1.29 <constructor-arg type="boolean" >