diff --git a/src/risotto/config.py b/src/risotto/config.py index 6061aa2..65ec8ff 100644 --- a/src/risotto/config.py +++ b/src/risotto/config.py @@ -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'} }