2011-11-01 03:54:02 +01:00
|
|
|
##################################################################################
|
|
|
|
# Database Configuration
|
|
|
|
##################################################################################
|
|
|
|
|
2009-06-07 20:59:43 +02:00
|
|
|
# MySQL 5.X configuration properties
|
2012-06-23 21:31:31 +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
|
2012-06-23 21:31:31 +02:00
|
|
|
database.url=jdbc:hsqldb:file:target/db/wisemapping
|
|
|
|
database.driver=org.hsqldb.jdbc.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
|
|
|
|
2011-11-01 03:54:02 +01:00
|
|
|
##################################################################################
|
2011-03-12 23:10:44 +01:00
|
|
|
# Mail configuration. Must be configured to enable user registration confirmation.
|
2011-11-01 03:54:02 +01:00
|
|
|
##################################################################################
|
|
|
|
|
2012-03-20 03:29:52 +01:00
|
|
|
#------------------------
|
|
|
|
# Plain SMTP Server Configuration
|
|
|
|
#------------------------
|
2012-07-01 00:16:18 +02:00
|
|
|
mail.smtp.port=465
|
|
|
|
mail.smtp.host=localhost
|
|
|
|
mail.username=root
|
|
|
|
mail.password=
|
|
|
|
mail.smtp.auth=false
|
|
|
|
mail.smtp.starttls.enable=false
|
|
|
|
mail.smtp.quitwait=false
|
2012-03-20 03:29:52 +01:00
|
|
|
|
|
|
|
#------------------------
|
|
|
|
# SSL SMTP Server Configuration
|
|
|
|
#------------------------
|
|
|
|
|
|
|
|
#------------------------
|
|
|
|
# GMAIL SMTP Configuration
|
|
|
|
#------------------------
|
2012-07-01 00:16:18 +02:00
|
|
|
#mail.smtp.port=587
|
|
|
|
#mail.smtp.host=smtp.gmail.com
|
|
|
|
#mail.username=<gmail-user-account>
|
|
|
|
#mail.password=<gmail-password>
|
|
|
|
#mail.smtp.auth=true
|
|
|
|
#mail.smtp.starttls.enable=true
|
|
|
|
#mail.smtp.quitwait=false
|
2012-03-20 03:29:52 +01:00
|
|
|
|
|
|
|
#------------------------
|
2012-06-16 20:59:59 +02:00
|
|
|
# Emails configuration
|
2012-03-20 03:29:52 +01:00
|
|
|
#------------------------
|
2012-06-16 20:59:59 +02:00
|
|
|
|
2012-06-23 19:39:50 +02:00
|
|
|
# Required: "from" email account that will appear in the emails sent from the sender.
|
2012-06-16 20:59:59 +02:00
|
|
|
mail.serverSendEmail=root@localhost
|
|
|
|
|
2012-06-23 19:39:50 +02:00
|
|
|
# Optional: Support account that the users could use to contact you. This address will appear in emails and in some places in the site.
|
2012-06-16 20:59:59 +02:00
|
|
|
mail.supportEmail=root@localhost
|
2012-02-21 20:36:19 +01:00
|
|
|
|
2012-06-23 19:39:50 +02:00
|
|
|
# Optional: Unexpected error will be reported to this address.
|
2012-06-23 21:31:31 +02:00
|
|
|
mail.errorReporterEmail=
|
2012-06-23 19:39:50 +02:00
|
|
|
|
2012-02-21 20:36:19 +01:00
|
|
|
##################################################################################
|
2012-03-22 03:30:07 +01:00
|
|
|
# Users Registration Configuration
|
2012-02-21 20:36:19 +01:00
|
|
|
##################################################################################
|
|
|
|
|
|
|
|
# Enable/Disable user registration confirmation by e-mail. If it's enabled, mail must be configured.
|
2012-03-22 03:30:07 +01:00
|
|
|
registration.email.enabled = false
|
|
|
|
|
|
|
|
# Enable captcha confirmation
|
2012-06-17 00:27:22 +02:00
|
|
|
registration.recaptcha.enabled = true
|
2012-03-22 03:30:07 +01:00
|
|
|
|
|
|
|
# ReCaptcha is the default captcha. Public and private keys are required.
|
2012-06-17 00:27:22 +02:00
|
|
|
# More Info: http://www.google.com/recaptcha .
|
|
|
|
registration.recaptcha.privateKey = 6LeQ4tISAAAAAMfHMPRKyHupTfA-KE4QeTCnLXhK
|
|
|
|
registration.recaptcha.publicKey = 6LeQ4tISAAAAALzCGKNgRv8UqsDx7Cb0vq4wbJBr
|
2012-03-22 03:30:07 +01:00
|
|
|
|
|
|
|
##################################################################################
|
|
|
|
# Site configuration
|
|
|
|
##################################################################################
|
2012-02-21 20:36:19 +01:00
|
|
|
|
|
|
|
# Site administration user. This user will have special permissions for operations such as removing users, set password
|
|
|
|
# etc.
|
|
|
|
admin.user = admin@wisemapping.org
|
2012-06-04 01:23:31 +02:00
|
|
|
|
|
|
|
# Site URL. This url will be used during sharing emails and public views.
|
|
|
|
site.baseurl = http://localhost:8080
|