@nurix/apollo 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// plane: catalogue fetch + credential exchange + key validation.
|
|
3
3
|
const DEFAULT_APOLLO_URL = "https://apollo.nurix-ai.co";
|
|
4
4
|
// App search now lives on the merged Apollo worker (same origin as everything
|
|
5
|
-
// else);
|
|
5
|
+
// else); there is no separate admin host.
|
|
6
6
|
const DEFAULT_ADMIN_URL = "https://apollo.nurix-ai.co";
|
|
7
7
|
const REQUEST_TIMEOUT_MS = 10_000;
|
|
8
8
|
// Resolve the Apollo base URL: --apollo-url flag > APOLLO_URL env > hosted default.
|