import servermodel

This commit is contained in:
2019-12-18 17:11:42 +01:00
parent b006eda133
commit e19e718e22
12 changed files with 346 additions and 232 deletions

View File

@ -23,5 +23,6 @@ def get_config():
'debug': DEBUG,
'internal_user': 'internal',
'rougail_dtd_path': '../rougail/data/creole.dtd'},
'source': {'root_path': '/srv/seed'}
'source': {'root_path': '/srv/seed'},
'cache': {'root_path': '/var/cache/risotto'}
}