Mercurial > dive4elements > river
annotate artifacts/doc/conf/backend-db.xml @ 8098:09725b65955a
Add new and simplyfied SedimentLoadFacet
The SedimentLoadFacet is intended to work with the Measurement stations.
It uses the same mechanismn to access the Mesurement station values
as the calculation does.
SedimentLoadLS values need a different facet that will come soon.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 15 Aug 2014 18:27:19 +0200 |
parents | eb65364040a8 |
children | 2bc7bfd89fa8 |
rev | line source |
---|---|
3093
b0f59d42ae4f
De-centralized database configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
b0f59d42ae4f
De-centralized database configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
2 <backend-database> |
b0f59d42ae4f
De-centralized database configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
3 <!-- This is the default backend db configuration. --> |
7787
eb65364040a8
Set useful DB connection configuration for demo installation.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
4 <user>d4e</user> |
eb65364040a8
Set useful DB connection configuration for demo installation.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
5 <password>d4e</password> |
3093
b0f59d42ae4f
De-centralized database configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
6 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> |
b0f59d42ae4f
De-centralized database configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
7 <driver>org.postgresql.Driver</driver> |
7787
eb65364040a8
Set useful DB connection configuration for demo installation.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
8 <url>jdbc:postgresql://localhost:5432/d4e</url> |
3093
b0f59d42ae4f
De-centralized database configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
9 </backend-database> |