From 78b712960521f6c3d70c6a6227ac2a4f4e484848 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Fri, 20 Dec 2019 10:17:37 +0100 Subject: [PATCH] Fixes local paths --- src/risotto/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'} }