/trunk/src/main/webapp/WEB-INF/conf/default/appManager.properties |
---|
2,17 → 2,6 |
# Default values go here |
# They can be overwritten by specific properties from the environment |
# Email setup |
email.send_email = true |
email.host = smtp.gmail.com |
email.ssl = true |
email.port = 465 |
email.use_authentication = true |
email.user = mentawebapp@gmail.com |
email.pass = @abcd1234@ |
email.from_email = mentawebapp@gmail.com |
email.from_name = Menta Web App |
# Initialization script for database |
db.script = WEB-INF/db/kawai.sql |