@hiveclaw243/hive-connect 0.1.2 → 0.1.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.
- package/README.md +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,13 @@ For self-hosted or test Hive environments, override the Hive origin:
|
|
|
22
22
|
hive-connect login --hive-url https://your-hive.example.com
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
For split web/backend deployments, keep browser authentication on the web origin
|
|
26
|
+
and runtime traffic on the backend origin:
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
hive-connect login --hive-web-url https://your-hive-web.example.com --hive-backend-url https://your-hive-api.example.com
|
|
30
|
+
```
|
|
31
|
+
|
|
25
32
|
## Run
|
|
26
33
|
|
|
27
34
|
```bash
|