Added VERP support

This commit is contained in:
Andris Reinman 2016-04-10 20:26:20 -07:00
parent 06d5e0d9bf
commit e5e71e0407
13 changed files with 374 additions and 148 deletions

View file

@ -5,6 +5,8 @@ level="silly"
[www]
# HTTP port to listen on
port=3000
# HTTP interface to listen on
host="0.0.0.0"
# Secret for signing the session ID cookie
secret="a cat"
# Session length in seconds when "remember me" is checked
@ -31,6 +33,12 @@ host="localhost"
port=6379
db=5
[verp]
enabled=false
port=25
host="0.0.0.0"
[testserver]
enabled=false
port=5587
host="0.0.0.0"