disable api

This commit is contained in:
SoftFever 2026-01-26 21:11:52 +08:00
parent e93f50702e
commit 997b2154c8

View file

@ -47,9 +47,9 @@ namespace pt = boost::property_tree;
namespace Slic3r {
namespace {
constexpr const char* ORCA_DEFAULT_API_URL = "https://api.orcaslicer.com";
constexpr const char* ORCA_DEFAULT_AUTH_URL = "https://auth.orcaslicer.com";
constexpr const char* ORCA_DEFAULT_PUB_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9";
constexpr const char* ORCA_DEFAULT_API_URL = "https://xxx.orcaslicer.com";
constexpr const char* ORCA_DEFAULT_AUTH_URL = "https://xxx.orcaslicer.com";
constexpr const char* ORCA_DEFAULT_PUB_KEY = "xxxxxxxxxxxxx";
constexpr const char* ORCA_HEALTH_PATH = "/api/v1/health";
constexpr const char* ORCA_SYNC_PULL_PATH = "/api/v1/sync/pull";
constexpr const char* ORCA_SYNC_PUSH_PATH = "/api/v1/sync/push";