add constants for videoob-webserver
This commit is contained in:
parent
5b014361af
commit
47a585e1c0
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue