Fixes local paths
This commit is contained in:
parent
b5ddefdaac
commit
78b7129605
|
@ -26,6 +26,6 @@ def get_config():
|
||||||
'debug': DEBUG,
|
'debug': DEBUG,
|
||||||
'internal_user': 'internal',
|
'internal_user': 'internal',
|
||||||
'rougail_dtd_path': '../rougail/data/creole.dtd'},
|
'rougail_dtd_path': '../rougail/data/creole.dtd'},
|
||||||
'source': {'root_path': '/home/bbohard/Cadoles/tmp/srv/seed'},
|
'source': {'root_path': '/srv/seed'},
|
||||||
'cache': {'root_path': '/home/bbohard/Cadoles/tmp/var/cache/risotto'}
|
'cache': {'root_path': '/var/cache/risotto'}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue