minor changes

This commit is contained in:
coderaiser 2013-03-18 10:08:53 -04:00
parent e166eb9ca8
commit df2fb884ec
2 changed files with 9 additions and 7 deletions

View file

@ -23,9 +23,11 @@
INDEX = HTMLDIR + 'index.html',
CONFIG_PATH = JSONDIR + 'config.json',
CA = DIR + 'ssl/sub.class1.server.ca.pem',
KEY = DIR + 'ssl/ssl.key',
CERT = DIR + 'ssl/ssl.crt',
TEMPLATEPATH= HTMLDIR + 'file.html',
PATHTEMPLATE_PATH = HTMLDIR + 'path.html',