From 997b2154c81952a4fed2a0d48126d50b9bd443be Mon Sep 17 00:00:00 2001 From: SoftFever Date: Mon, 26 Jan 2026 21:11:52 +0800 Subject: [PATCH] disable api --- src/slic3r/Utils/OrcaCloudServiceAgent.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/slic3r/Utils/OrcaCloudServiceAgent.cpp b/src/slic3r/Utils/OrcaCloudServiceAgent.cpp index da518f1e10..524ac72ed8 100644 --- a/src/slic3r/Utils/OrcaCloudServiceAgent.cpp +++ b/src/slic3r/Utils/OrcaCloudServiceAgent.cpp @@ -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";