Fixes local paths

This commit is contained in:
Benjamin Bohard 2019-12-20 10:17:37 +01:00
parent b5ddefdaac
commit 78b7129605
1 changed files with 2 additions and 2 deletions

View File

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