wisemapping-open-source/wise-webapp/src/main/webapp/WEB-INF/heroku.properties

62 lines
2.5 KiB
Properties
Raw Normal View History

2012-08-17 17:16:01 +02:00
##################################################################################
# Database Configuration
##################################################################################
# MySQL 5.X configuration properties
database.url=${DATABASE_URL}
database.driver=${DATABASE_DRIVER}
database.hibernate.dialect=${DATABASE_HIBERNATE_DIALECT}
database.username=${DATABASE_USERNAME}
database.password=${DATABASE_PASSWORD}
2012-08-20 17:37:20 +02:00
#------------------------
# Sendgrid Configuration
#------------------------
mail.smtp.port=587
2012-08-20 17:37:20 +02:00
mail.smtp.host=smtp.sendgrid.net
2012-08-24 05:20:21 +02:00
mail.username=${SENDGRID_USERNAME}
mail.password=${SENDGRID_PASSWORD}
2012-08-20 17:37:20 +02:00
mail.smtp.auth=true
mail.smtp.starttls.enable=true
2012-08-17 17:16:01 +02:00
mail.smtp.quitwait=false
# Required: "from" email account that will appear in the emails sent from the sender.
2012-08-25 16:48:45 +02:00
mail.serverSendEmail=daemon@wisemapping.herokuapp.com
2012-08-17 17:16:01 +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-08-25 16:48:45 +02:00
mail.supportEmail=support@wisemapping.com
2012-08-17 17:16:01 +02:00
# Optional: Unexpected errors will be reported to this address.
2012-08-25 16:48:45 +02:00
mail.errorReporterEmail=bug-report@wisemapping.com
2012-08-17 17:16:01 +02:00
##################################################################################
# Users Registration Configuration
##################################################################################
# Enable/Disable user registration confirmation by e-mail. If it's enabled, mail must be configured.
registration.email.enabled = false
# Enable captcha confirmation
google.recaptcha.enabled = true
# ReCaptcha is the default captcha. Public and private keys are required.
# More Info: http://www.google.com/recaptcha .
google.recaptcha.privateKey = 6LeQ4tISAAAAAMfHMPRKyHupTfA-KE4QeTCnLXhK
google.recaptcha.publicKey = 6LeQ4tISAAAAALzCGKNgRv8UqsDx7Cb0vq4wbJBr
##################################################################################
# Site configuration
##################################################################################
# Site administration user. This user will have special permissions for operations such as removing users, set password
# etc.
admin.user = admin@wisemapping.org
# Site URL. This url will be used during sharing emails and public views.
2012-08-25 16:48:45 +02:00
site.baseurl = http://http://wisemapping.herokuapp.com:8080
2012-08-17 17:16:01 +02:00
##################################################################################
# Google Analytics Settings
##################################################################################
google.analytics.enabled=false
google.analytics.account=UA-XXXX