Rev 5 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | soliveira | 1 | |
2 | # They can be overwritten by specific properties from the environment |
||
3 | |||
4 | |||
5 | email.send_email = true |
||
6 | email.host = smtp.gmail.com |
||
7 | email.ssl = true |
||
8 | email.port = 465 |
||
9 | email.use_authentication = true |
||
10 | email.user = mentawebapp@gmail.com |
||
11 | email.pass = @abcd1234@ |
||
12 | email.from_email = mentawebapp@gmail.com |
||
13 | email.from_name = Menta Web App |
||
14 | |||
15 | |||
16 | db.script = WEB-INF/db/menta.sql |
||
17 |