maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH] Change default RENDERING_RESULT_URL value for t


From: gael . utard
Subject: [Maposmatic-dev] [PATCH] Change default RENDERING_RESULT_URL value for the sake of consistency with urls.py settings.
Date: Sun, 8 Aug 2010 12:07:24 +0200

From: Gaël Utard <address@hidden>

Signed-off-by: Gaël Utard <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]