diff -r 0931f368cb9a -r 316a0101512e src/hp/config.py.tmpl --- 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/' +