mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[api] Replace om:// scheme with cm://
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ logging.basicConfig(level=logging.DEBUG, format='%(asctime)s [%(levelname)-5s] %
|
||||
osmHost = "www.openstreetmap.org"
|
||||
OAuthClientId = "nw9bW3nZ-q99SXzgnH-dlED3ueDSmFPtxl33n3hDwFU"
|
||||
OAuthClientSecret = "nIxwFx1NXIx9lKoNmb7lAoHd9ariGMf46PtU_YG558c"
|
||||
OAuthRedirectUri = "om://oauth2/osm/callback"
|
||||
OAuthRedirectUri = "cm://oauth2/osm/callback"
|
||||
OAuthResponseType = "code"
|
||||
OAuthScope = "read_prefs"
|
||||
"""
|
||||
@@ -21,10 +21,10 @@ OAuthScope = "read_prefs"
|
||||
osmHost = "master.apis.dev.openstreetmap.org"
|
||||
OAuthClientId = "uB0deHjh_W86CRUHfvWlisCC1ZIHkdLoKxz1qkuIrrM"
|
||||
OAuthClientSecret = "xQE7suO-jmzmels19k-m8FQ8gHnkdWuLLVqfW6FIj44"
|
||||
OAuthRedirectUri = "om://oauth2/osm/callback"
|
||||
OAuthRedirectUri = "cm://oauth2/osm/callback"
|
||||
OAuthResponseType = "code"
|
||||
OAuthScope = "read_prefs write_api write_notes"
|
||||
test_login = "OrganicMapsTestUser"
|
||||
test_login = "CoMapsTestUser"
|
||||
test_password = "12345678"
|
||||
|
||||
def FetchSessionId():
|
||||
|
||||
Reference in New Issue
Block a user