forked from CiscoDevNet/webex-integration-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
27 lines (23 loc) · 958 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Store your integration settings in env variables below
# or specify your settings on the command line
#
# - note that this file is versionned by default
# DO NOT PUT SECRETS IF YOU'RE PUSHING THE CODE TO EXTERNAL REPOS
# as strangers would see your .env values
#
# - you can reference these variables from your code with process.env.SECRET for example
#
# - note that ".env" is formatted like a shell file, so you may (depending on your platform) need to add double quotes if strings contains spaces
#
# Verbose logs
DEBUG=oauth*
# Your OAuth integration
CLIENT_ID=
CLIENT_SECRET=
# Place your integration's deployment domain, suffixed with /oauth
# Not necessary if running on Glitch or to localhost
REDIRECT_URI=
# The scopes you want the tokens to include, defaults to 'spark-admin:people_read'
#SCOPES=spark-compliance:rooms_read spark-compliance:teams_read spark-compliance:events_read
#SCOPES=spark-admin:devices_read spark:xapi_statuses