fix HTTP port at 5000

This commit is contained in:
Oliver Gorwits
2013-04-10 22:43:47 +01:00
parent 202ea4a84c
commit fa25f36e14

View File

@@ -18,6 +18,9 @@ charset: "UTF-8"
# web sessions stored on disk
session: "YAML"
# HTTP port to listen on
port: 5000
# logging format
logger_format: '[%P] %L @%D> %m'