src/hp/settings.py
changeset 43 4baa7530912c
parent 41 b6010b3d6ea8
child 45 316a0101512e
--- a/src/hp/settings.py	Wed Nov 14 16:35:12 2012 +0100
+++ b/src/hp/settings.py	Wed Nov 14 17:26:06 2012 +0100
@@ -163,8 +163,8 @@
     }
 }
 
-LDT_DOMAIN = 'http://localhost'
-LDT_BASE_URL = LDT_DOMAIN + '/~ymh/hp_ldt/'
+LDT_DOMAIN = 'http://capsicum'
+LDT_BASE_URL = LDT_DOMAIN + '/pf/'
 LDT_URL = LDT_BASE_URL + "ldtplatform/"
 LDT_API_URL = LDT_URL + 'api/ldt/1.0/'
 LDT_STATIC_URL = LDT_BASE_URL + "static/site/"