Skip to content

Commit 60ea1ba

Browse files
committed
wip
1 parent 8b05c26 commit 60ea1ba

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

office/readme.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ A React web app hosted in **io.Connect Browser** communicates with Office add-in
6767

6868
## Quick Start
6969

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><a href="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:
7171

7272
### 1. Install Office Add-ins
7373

@@ -101,7 +101,7 @@ Launch Microsoft Outlook (and/or Excel). The installed add-ins will automaticall
101101

102102
### 4. Open the demo web app
103103

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><a href="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.
105105

106106
---
107107

@@ -221,15 +221,18 @@ Both the browser platform config (`App.tsx`) and the desktop gateway config (`ga
221221

222222
| Variable | Required | Default | Description |
223223
|---|---|---|---|
224+
| **io.Bridge** ||||
224225
| `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 |
227226
| `IO_BRIDGE_SERVER_PORT` | No | `8084` | Port for io.Bridge |
228227
| `IO_BRIDGE_SERVER_HOST` | No | `0.0.0.0` | Bind address for io.Bridge |
229228
| `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 |
230232
| `VITE_AUTH0_DOMAIN` | If Auth0 || Auth0 tenant domain |
231233
| `VITE_AUTH0_CLIENT_ID` | If Auth0 || Auth0 SPA client ID |
232234
| `VITE_AUTH0_AUDIENCE` | If Auth0 || Auth0 API audience |
235+
| **Logging** ||||
233236
| `LOGGING_LEVEL` | No | `info` | Log level: `trace`, `debug`, `info`, `warn`, `error`, `off` |
234237

235238
### Gateway Server (`gateway-server.config.ts`)

0 commit comments

Comments
 (0)