src/hp/config.py.tmpl
changeset 45 316a0101512e
parent 38 0fe2f3f5466f
child 50 4dd7fa373ed6
--- a/src/hp/config.py.tmpl	Wed Nov 14 18:47:17 2012 +0100
+++ b/src/hp/config.py.tmpl	Thu Nov 15 04:11:59 2012 +0100
@@ -104,7 +104,14 @@
     }
 }
 
-LDT_DOMAIN = 'http://localhost'
-LDT_API_URL = LDT_DOMAIN + '/~ymh/hp_ldt/ldtplatform/api/1.0/'
+LDT_NETLOC = "localhost"
+LDT_DOMAIN = 'http://'+LDT_NETLOC
+LDT_BASE_URL = LDT_DOMAIN + '/~ymh/hp_ldt/'
+LDT_URL = LDT_BASE_URL + "ldtplatform/"
+LDT_API_URL = LDT_URL + 'api/ldt/1.0/'
+LDT_STATIC_URL = LDT_BASE_URL + "static/site/"
 
+PER_PAGE = 9
 
+KC_URL = 'http://176.32.94.234/kn-concierge/'
+