Mercurial > dive4elements > river
comparison artifacts/doc/conf/backend-db.xml @ 7730:e1b831fe435a slt-simplify-cross-sections
Merged default into slt-simplify-cross-sections branch and updated package and class names.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 20 Jan 2014 14:04:20 +0100 |
parents | 5aa05a7a34b7 |
children | eb65364040a8 |
comparison
equal
deleted
inserted
replaced
5084:ca45dd039b54 | 7730:e1b831fe435a |
---|---|
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> |