add constants for videoob-webserver

This commit is contained in:
Christophe Benz 2010-10-12 19:42:07 +02:00
commit 47a585e1c0

View file

@ -38,7 +38,10 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil
class VideoobWeb(BaseApplication):
APPNAME = 'videoob-web'
APPNAME = 'videoob-webserver'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
CAPS = ICapVideo
CONFIG = dict(host='localhost', port=8080)
@wsgify