Update CDN config

Co-authored-by: zyphlar <zyphlar@gmail.com>
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-05-17 21:25:05 +07:00
parent 2b7246d463
commit 11e4b6d7b6

View File

@@ -7,10 +7,10 @@
#define OSM_OAUTH2_REDIRECT_URI "om://oauth2/osm/callback" #define OSM_OAUTH2_REDIRECT_URI "om://oauth2/osm/callback"
#define OSM_OAUTH2_SCOPE "read_prefs write_api write_notes" #define OSM_OAUTH2_SCOPE "read_prefs write_api write_notes"
#define MWM_GEOLOCATION_SERVER "" #define MWM_GEOLOCATION_SERVER ""
#define METASERVER_URL "https://meta.omaps.app/maps"
#define DIFF_LIST_URL "" #define DIFF_LIST_URL ""
#define DEFAULT_URLS_JSON "[ \"https://cdn-de1.organicmaps.app/\",\"https://cdn-us3.organicmaps.app/\",\"https://cdn-nl1.organicmaps.app/\",\"https://cdn-uk1.organicmaps.app/\",\"https://cdn-fi1.organicmaps.app/\",\"https://cdn.organicmaps.app/\" ]" #define METASERVER_URL "https://cdn-us-1.comaps.app/servers"
#define DEFAULT_CONNECTION_CHECK_IP "65.108.198.117" // For now the IP of cdn.organicmaps.app #define DEFAULT_URLS_JSON "[ \"https://pub-c4832f6ab8e14d828272b5563b2744e8.r2.dev/\" ]"
#define DEFAULT_CONNECTION_CHECK_IP "151.101.195.52" // For now the IP of comaps.app (Fastly CDN)
#define TRAFFIC_DATA_BASE_URL "" #define TRAFFIC_DATA_BASE_URL ""
#define USER_BINDING_PKCS12 "" #define USER_BINDING_PKCS12 ""
#define USER_BINDING_PKCS12_PASSWORD "" #define USER_BINDING_PKCS12_PASSWORD ""