mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-30 17:44:07 +00:00
[traffic] Set default traffic URL to dev server
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#define METASERVER_URL "https://cdn-us-1.comaps.app/servers"
|
||||
#define DEFAULT_URLS_JSON "[ \"https://cdn-us-2.comaps.tech/\", \"https://comaps.firewall-gateway.de/\", \"https://cdn-fi-1.comaps.app/\", \"https://comaps-cdn.s3-website.cloud.ru/\" ]"
|
||||
#define DEFAULT_CONNECTION_CHECK_IP "151.101.195.52" // For now the IP of comaps.app (Fastly CDN)
|
||||
// TODO temporary URL, replace with final one once we have a server
|
||||
#define TRAFFIC_HTTP_URL_DEFAULT "http://traff:8080/subscription-manager"
|
||||
// TODO development server, replace with live instance (once we have one) before merging into main
|
||||
#define TRAFFIC_HTTP_URL_DEFAULT "https://api.dev.traffxml.org"
|
||||
#define USER_BINDING_PKCS12 ""
|
||||
#define USER_BINDING_PKCS12_PASSWORD ""
|
||||
|
||||
Reference in New Issue
Block a user