1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-27 05:25:58 +00:00

Modify smtpd to integrate with Revel.

Add plugin to app.go to start smtpd
This commit is contained in:
James Hillyerd
2012-10-07 19:12:58 -07:00
parent cbba067673
commit 9fa93acf0e
4 changed files with 39 additions and 12 deletions

View File

@@ -6,6 +6,8 @@ http.port=9000
[dev]
results.pretty=true
server.watcher=true
smtpd.domain=skynet
smtpd.port=2500
log.trace.output = off
log.info.output = stderr
@@ -15,6 +17,8 @@ log.error.output = stderr
[prod]
results.pretty=false
server.watcher=false
smtpd.domain=skynet
smtpd.port=2500
log.trace.output = off
log.info.output = off