Skip to content

Commit 0cd8941

Browse files
committed
docs: add UPGRADING guide for env var changes
1 parent 3410d36 commit 0cd8941

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: UPGRADING.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Upgrading to Webex
2+
3+
The Cisco Spark SDK has been upgraded and renamed to the Webex SDK.
4+
With this change, certain environment variables that are passed from the widget to the SDK have been renamed.
5+
6+
7+
## Environment variables
8+
9+
**Rename these environment variables**
10+
11+
| old | new |
12+
| -------------------------- | --------------------- |
13+
| `CISCOSPARK_ACCESS_TOKEN` | `WEBEX_ACCESS_TOKEN` |
14+
| `CISCOSPARK_APPID_ORGID` | `WEBEX_APPID_ORGID` |
15+
| `CISCOSPARK_APPID_SECRET` | `WEBEX_APPID_SECRET` |
16+
| `CISCOSPARK_CLIENT_ID` | `WEBEX_CLIENT_ID` |
17+
| `CISCOSPARK_CLIENT_SECRET` | `WEBEX_CLIENT_SECRET` |
18+
| `CISCOSPARK_LOG_LEVEL` | `WEBEX_LOG_LEVEL` |
19+
| `CISCOSPARK_REDIRECT_URI` | `WEBEX_REDIRECT_URI` |
20+
| `CISCOSPARK_SCOPE` | `WEBEX_SCOPE` |

0 commit comments

Comments
 (0)