Strabon
changeset 1181:5cd0d16b81b0
reverted connection.properties to older version that does not use the well-known password (mercy)
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Wed May 22 00:43:56 2013 +0300 (2013-05-22) |
parents | 17f7e1a4b7ee |
children | 57d8b51cd8d1 |
files | endpoint/WebContent/WEB-INF/connection.properties |
line diff
1.1 --- a/endpoint/WebContent/WEB-INF/connection.properties Wed May 22 00:38:52 2013 +0300 1.2 +++ b/endpoint/WebContent/WEB-INF/connection.properties Wed May 22 00:43:56 2013 +0300 1.3 @@ -1,6 +1,6 @@ 1.4 hostname=localhost 1.5 port=5432 1.6 dbengine=postgis 1.7 -password=p1r3as 1.8 +password=postgres 1.9 dbname=endpoint 1.10 username=postgres