forked from organicmaps/organicmaps
1. Restore the original simple version of `configure.sh` Restores08e37f4
"Refactor configure.sh" Revertsb87ee95b
"Fixed configure.sh script and gh actions" 2. Use GitHub Secrets instead of a private git repository to enhance security standards and ensure credentials are encrypted and safely managed. 3. Document credentials used by GitHub Actions in docs/CREDENTIALS.md 4. Include `network_security_config.xml` directly into the repo as it has nothing sensitive. 5. Include Apple WWDR intermediate certificates directly into the repo as they are not sensitive and publicly available. https://developer.apple.com/help/account/reference/wwdr-intermediate-certificates 6. Add `private.h` in the repository since it does not differ from `private_defaults.h`. Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
17 lines
1 KiB
C
17 lines
1 KiB
C
#pragma once
|
|
|
|
#define OSM_CONSUMER_KEY "zz16eUusTr4TcVhoKQrgOJaRzZAeI2ktbVx6e3yn"
|
|
#define OSM_CONSUMER_SECRET "7g4XrlhFkiOG1I3Zpqh8ajo94P9cNNXaU2YCMgL7"
|
|
#define OSM_OAUTH2_CLIENT_ID "3iB16A21eY8HvxJpPbdih94Us1Po5NfqoWHaZaaCd50"
|
|
#define OSM_OAUTH2_CLIENT_SECRET "AKyf1iUliVQ6CWJWQV7NQcx2T1Icr013k5sb7JSK4eU"
|
|
#define OSM_OAUTH2_REDIRECT_URI "om://oauth2/osm/callback"
|
|
#define OSM_OAUTH2_SCOPE "read_prefs write_api write_notes"
|
|
#define MWM_GEOLOCATION_SERVER ""
|
|
#define METASERVER_URL "https://meta.omaps.app/maps"
|
|
#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 DEFAULT_CONNECTION_CHECK_IP "65.108.198.117" // For now the IP of cdn.organicmaps.app
|
|
#define TRAFFIC_DATA_BASE_URL ""
|
|
#define USER_BINDING_PKCS12 ""
|
|
#define USER_BINDING_PKCS12_PASSWORD ""
|
|
#define KAYAK_AFFILIATE_ID "kan_267335"
|