Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-05-03 02:47:26 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:55 +0300
commitf91561f65cf2dd54cfafd636c13d0aac567c935c (patch)
tree0643f0304e2fbf1a41f721170b614501205c6f4b /defines.hpp
parent693ea0c525dc884278e474c1c8b7ec1138bf13e0 (diff)
Unique client ids are only set in HTTP requests to mapswithme.com servers
- Changed dev server address to strong mapswithme.com subdomain
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/defines.hpp b/defines.hpp
index 062359e1e9..bc3a50d1ac 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -14,7 +14,7 @@
#ifdef OMIM_PRODUCTION
#define UPDATE_BASE_URL "http://data.mapswithme.com/"
#else
- #define UPDATE_BASE_URL "http://melnichek.ath.cx:34568/maps/"
+ #define UPDATE_BASE_URL "http://svobodu404popugajam.mapswithme.com:34568/maps/"
#endif
#define WORLD_FILE_NAME "World"