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-11-21 22:10:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:31 +0300
commiteeabc82c6fa5850e72d072b2aa4891a541c5cb15 (patch)
treea1896d2400c62da11d88bed9d8fba1865f679135 /defines.hpp
parent622d23fc7709f5bb7adab67ebf79f6615e7d0d66 (diff)
[downloader] Moved server to mapswithme domain
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/defines.hpp b/defines.hpp
index 9a3bdda103..d32bdf4852 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -25,9 +25,9 @@
#define MAX_SUPPORTED_LANGUAGES 64
#ifdef OMIM_PRODUCTION
- #define URL_SERVERS_LIST "http://mapswithme-metaserver.appspot.com/server_data/active_servers"
+ #define URL_SERVERS_LIST "http://active.servers.url"
#define DEFAULT_SERVERS_JSON "[\"http://1st.default.server/\",\"http://2nd.default.server/\"]"
#else
- #define URL_SERVERS_LIST "http://mwm-dev.appspot.com/server_data/active_servers"
+ #define URL_SERVERS_LIST "http://metaserver-dev.mapswithme.com/server_data/active_servers"
#define DEFAULT_SERVERS_JSON "[\"http://svobodu404popugajam.mapswithme.com:34568/maps/\",\"http://svobodu404popugajam.mapswithme.com:34568/maps/\"]"
#endif