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
path: root/editor
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2016-03-29 13:25:27 +0300
committerIlya Zverev <zverik@textual.ru>2016-03-29 13:25:27 +0300
commit87f0f19c8c5dbdbb4f3d9bd25ea019d4c4f3331a (patch)
treea3c00b4434b0e45b3a98ff6c1e574c59b6f32ae5 /editor
parentf4f4f2dd9b302b2709f0bb220bf568755eed48c7 (diff)
[editor] Update debug server link
Diffstat (limited to 'editor')
-rw-r--r--editor/osm_auth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/osm_auth.cpp b/editor/osm_auth.cpp
index cceb0f7263..01995bbf31 100644
--- a/editor/osm_auth.cpp
+++ b/editor/osm_auth.cpp
@@ -101,7 +101,7 @@ OsmOAuth OsmOAuth::ServerAuth(TKeySecret const & userKeySecret) noexcept
// static
OsmOAuth OsmOAuth::IZServerAuth() noexcept
{
- constexpr char const * kIZTestServer = "http://188.166.112.124:3000";
+ constexpr char const * kIZTestServer = "http://test.osmz.ru";
constexpr char const * kIZConsumerKey = "QqwiALkYZ4Jd19lo1dtoPhcwGQUqMCMeVGIQ8Ahb";
constexpr char const * kIZConsumerSecret = "wi9HZKFoNYS06Yad5s4J0bfFo2hClMlH7pXaXWS3";
return OsmOAuth(kIZConsumerKey, kIZConsumerSecret, kIZTestServer, kIZTestServer);