forked from organicmaps/organicmaps
Merge pull request #2600 from Zverik/izs
[editor] Update debug server link (master)
This commit is contained in:
commit
0bdcdf911b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue