update 1.5.2

This commit is contained in:
Adrien Beudin
2015-12-28 06:08:56 -05:00
parent b9f8590619
commit 134de97aea
6 changed files with 22 additions and 10 deletions

View File

@@ -1,7 +1,9 @@
[server:main]
use = egg:Paste#http
use = egg:gunicorn
host = 0.0.0.0
port = 5000
workers = 1
timeout = 30
[app:main]
use = egg:SyncServer