From: Gaël Utard <[email protected]> Signed-off-by: Gaël Utard <[email protected]> --- www/settings_local.py-template | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/www/settings_local.py-template b/www/settings_local.py-template index 9d9705a..1485d8d 100644 --- a/www/settings_local.py-template +++ b/www/settings_local.py-template @@ -42,7 +42,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with OCITYSMAP_CFG_PATH = None RENDERING_RESULT_PATH = '/path/to/rendering/results/' -RENDERING_RESULT_URL = 'http://host.name/rendered/' +RENDERING_RESULT_URL = '/result/' RENDERING_RESULT_FORMATS = ['png', 'svg', 'pdf'] RENDERING_RESULT_MAX_SIZE_GB = 30 -- 1.7.0.4
