risotto/src/risotto/config.py

8 lines
187 B
Python
Raw Normal View History

2019-11-28 14:50:53 +01:00
HTTP_PORT = 8080
MESSAGE_ROOT_PATH = 'messages'
2019-11-29 16:38:33 +01:00
ROOT_CACHE_DIR = 'cache'
DEBUG = True
DATABASE_DIR = 'database'
2019-12-02 10:29:40 +01:00
INTERNAL_USER = 'internal'
ROUGAIL_DTD_PATH = '../rougail/data/creole.dtd'