2009-06-07 20:59:43 +02:00
|
|
|
# MySQL 5.X configuration properties
|
|
|
|
|
2011-10-18 14:29:29 +02:00
|
|
|
database.url=jdbc:mysql://localhost/wisemapping
|
|
|
|
database.driver=com.mysql.jdbc.Driver
|
|
|
|
database.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
|
|
|
database.username=wisemapping
|
|
|
|
database.password=password
|
2009-06-07 20:59:43 +02:00
|
|
|
|
|
|
|
# HSQL Configuration properties
|
2011-10-18 14:29:29 +02:00
|
|
|
#database.url=jdbc:hsqldb:file:target/db/wisemapping
|
|
|
|
#database.driver=org.hsqldb.jdbcDriver
|
|
|
|
#database.hibernate.dialect=org.hibernate.dialect.HSQLDialect
|
|
|
|
#database.username=sa
|
|
|
|
#database.password=
|
2009-06-07 20:59:43 +02:00
|
|
|
|
2011-03-12 23:10:44 +01:00
|
|
|
|
|
|
|
# Enable/Disable user confirmation by e-mail. If it's enabled, mail must be configured.
|
|
|
|
user.confirm.registration=false
|
|
|
|
|
|
|
|
# Mail configuration. Must be configured to enable user registration confirmation.
|
2009-06-07 20:59:43 +02:00
|
|
|
mail.smtp.socketFactory.port=465
|
|
|
|
mail.host=localhost
|
|
|
|
mail.user=user
|
|
|
|
mail.password=password
|
|
|
|
mail.registrationEmail=root@localhost
|
2011-04-09 17:48:36 +02:00
|
|
|
mail.siteEmail=root@localhost
|