Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/conf.xml @ 3075:db9e2bb34707
SedDB: Added out commented block for SedDB configuration.
flys-artifacts/trunk@4667 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 14 Jun 2012 15:46:20 +0000 |
parents | 7660cfe5e8f6 |
children | 5c87d4ca1bd3 |
comparison
equal
deleted
inserted
replaced
3074:6502b17931b9 | 3075:db9e2bb34707 |
---|---|
335 <driver>org.postgresql.Driver</driver> | 335 <driver>org.postgresql.Driver</driver> |
336 <url>jdbc:postgresql://localhost:5432/flys</url> | 336 <url>jdbc:postgresql://localhost:5432/flys</url> |
337 </backend-database> | 337 </backend-database> |
338 --> | 338 --> |
339 | 339 |
340 <!-- This is the default SedDB db configuration. --> | |
341 <!-- | |
342 <seddb-database> | |
343 <user>sedb</user> | |
344 <password>sedb</password> | |
345 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> | |
346 <driver>org.postgresql.Driver</driver> | |
347 <url>jdbc:postgresql://localhost:5432/seddb</url> | |
348 </seddb-database> | |
349 --> | |
350 | |
340 <flys> | 351 <flys> |
341 <themes> | 352 <themes> |
342 <configuration>${artifacts.config.dir}/themes.xml</configuration> | 353 <configuration>${artifacts.config.dir}/themes.xml</configuration> |
343 </themes> | 354 </themes> |
344 </flys> | 355 </flys> |