equal
deleted
inserted
replaced
162 }, |
162 }, |
163 } |
163 } |
164 } |
164 } |
165 |
165 |
166 LDT_DOMAIN = 'http://localhost' |
166 LDT_DOMAIN = 'http://localhost' |
167 LDT_API_URL = LDT_DOMAIN + '/~ymh/hp_ldt/ldtplatform/api/ldt/1.0/' |
167 LDT_BASE_URL = LDT_DOMAIN + '/~ymh/hp_ldt/' |
|
168 LDT_URL = LDT_BASE_URL + "ldtplatform/" |
|
169 LDT_API_URL = LDT_URL + 'api/ldt/1.0/' |
|
170 LDT_STATIC_URL = LDT_BASE_URL + "static/site/" |
|
171 |
|
172 KC_URL = 'http://176.32.94.234/kn-concierge/' |
|
173 |
168 |
174 |
169 from .config import * #@UnusedWildImport |
175 from .config import * #@UnusedWildImport |
170 |
176 |
|
177 |
|
178 |
|
179 |