2,22 → 2,18 |
# 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 |
db.script = WEB-INF/db/menta.sql |
|
# kCodes Tags |
kcodes = Code, ContextPath, PageLink, Image, Download, ShowSvnSourceCode |
|
# Languages supported |
languages = [ ["English", "en", "flag_usa.gif"] , ["Portuguese", "pt", "flag_brazil.gif"] ] |
|
# Google Analytics |
include_google_analytics = false |
|
# Use pretty URLs (search engine friendly urls) |
use_pretty_urls = true |
|
# Use title in pretty URLs |
include_title_in_page_links = true |
|
|