Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/backend-db.xml @ 3093:b0f59d42ae4f
De-centralized database configuration.
flys-artifacts/trunk@4692 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 18 Jun 2012 14:30:43 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3092:cc8e28f9ccdf | 3093:b0f59d42ae4f |
---|---|
1 <?xml version="1.0" encoding="UTF-8" ?> | |
2 <backend-database> | |
3 <!-- This is the default backend db configuration. --> | |
4 <user>flys</user> | |
5 <password>flys</password> | |
6 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> | |
7 <driver>org.postgresql.Driver</driver> | |
8 <url>jdbc:postgresql://localhost:5432/flys</url> | |
9 </backend-database> |