mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-09 13:05:00 -06:00
disable api
This commit is contained in:
parent
e93f50702e
commit
997b2154c8
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue