You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: office/readme.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ A React web app hosted in **io.Connect Browser** communicates with Office add-in
67
67
68
68
## Quick Start
69
69
70
-
The demo web app is already deployed on GitHub Pages at **[https://interopio.github.io/bridge-examples/](https://interopio.github.io/bridge-examples/)**, pre-configured with Auth0 and connected to the cloud-hosted io.Bridge instance at `https://gw-bridge-examples.interop.io`. To try it out you only need to run a few things locally:
70
+
The demo web app is already deployed on GitHub Pages at <strong><ahref="https://interopio.github.io/bridge-examples/"target="_blank">https://interopio.github.io/bridge-examples/</a></strong>, pre-configured with Auth0 and connected to the cloud-hosted io.Bridge instance at `https://gw-bridge-examples.interop.io`. To try it out you only need to run a few things locally:
71
71
72
72
### 1. Install Office Add-ins
73
73
@@ -101,7 +101,7 @@ Launch Microsoft Outlook (and/or Excel). The installed add-ins will automaticall
101
101
102
102
### 4. Open the demo web app
103
103
104
-
Navigate to **[https://interopio.github.io/bridge-examples/](https://interopio.github.io/bridge-examples/)**. Log in via Auth0, then launch the **Outlook Demo** or **Excel Playground** child apps from the launcher. Emails sent from the browser will appear as drafts in Outlook.
104
+
Navigate to <strong><ahref="https://interopio.github.io/bridge-examples/"target="_blank">https://interopio.github.io/bridge-examples/</a></strong>. Log in via Auth0, then launch the **Outlook Demo** or **Excel Playground** child apps from the launcher. Emails sent from the browser will appear as drafts in Outlook.
105
105
106
106
---
107
107
@@ -221,15 +221,18 @@ Both the browser platform config (`App.tsx`) and the desktop gateway config (`ga
221
221
222
222
| Variable | Required | Default | Description |
223
223
|---|---|---|---|
224
+
|**io.Bridge**||||
224
225
|`IO_BRIDGE_LICENSE_KEY`| Yes | — | License key for io.Bridge server |
225
-
|`VITE_IO_CB_LICENSE_KEY`| If no Auth0 | — | License key for io.Connect Browser Platform (with Auth0, injected via token claim instead) |
226
-
|`VITE_IO_BRIDGE_URL`| No |`https://gw-bridge-examples.interop.io`| Bridge URL for browser and gateway connection |
227
226
|`IO_BRIDGE_SERVER_PORT`| No |`8084`| Port for io.Bridge |
228
227
|`IO_BRIDGE_SERVER_HOST`| No |`0.0.0.0`| Bind address for io.Bridge |
229
228
|`IO_BRIDGE_SERVER_AUTH_TYPE`| No |`none`| Auth type: `none`, `basic`, `oauth2`|
229
+
|**Web App (Vite)**||||
230
+
|`VITE_IO_CB_LICENSE_KEY`| If no Auth0 | — | License key for io.Connect Browser Platform (with Auth0, injected via token claim instead) |
231
+
|`VITE_IO_BRIDGE_URL`| No |`https://gw-bridge-examples.interop.io`| Bridge URL for browser and gateway connection |
230
232
|`VITE_AUTH0_DOMAIN`| If Auth0 | — | Auth0 tenant domain |
231
233
|`VITE_AUTH0_CLIENT_ID`| If Auth0 | — | Auth0 SPA client ID |
232
234
|`VITE_AUTH0_AUDIENCE`| If Auth0 | — | Auth0 API audience |
0 commit comments