Mercurial Hosting > nabble
comparison conf/Init.luan @ 65:3d7067a23eff
fix
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 17 Sep 2024 05:01:59 -0600 |
parents | 6bd33547304f |
children |
comparison
equal
deleted
inserted
replaced
64:f8a307aa811f | 65:3d7067a23eff |
---|---|
23 Init.poolSize = 130 | 23 Init.poolSize = 130 |
24 | 24 |
25 Init.home_dir = uri( uri("classpath:nabble").to_string() ).parent().parent().to_string().."/" | 25 Init.home_dir = uri( uri("classpath:nabble").to_string() ).parent().parent().to_string().."/" |
26 | 26 |
27 -- for now | 27 -- for now |
28 local smtp = MailHome.getSmtpServer("mail.smtp2go.com","dev@singlesushi.com","FB4dating") | 28 local smtp = MailHome.getSmtpServer("mail.smtp2go.com","nabble","nabble") |
29 smtp.setPort(2525) | 29 smtp.setPort(2525) |
30 MailHome.setDefaultSmtpServer(smtp) | 30 MailHome.setDefaultSmtpServer(smtp) |
31 | 31 |
32 Init.homeContextUrl = "http://me.nabble.com:8081" | 32 Init.homeContextUrl = "http://me.nabble.com:8081" |
33 | 33 |