Installing Petals Master

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
#jdbc.url =jdbc:hsqldb:file:c:/hsqldb/dragon

## PostgreSQL Datasource (don't forget to add the driver in the directory WEB-INF/lib)
#jdbc.driverClassName = org.postgresql.Driver
#jdbc.url = jdbc:postgresql://localhost/dragon
#jdbc.username = postgres
#jdbc.password = postgres
#jdbc.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
#jdbc.hibernate.hbm2ddl.auto = update
#jdbc.hibernate.show_sql = false

###########
### Indexation properties (Compass/Lucene)