-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
27 lines (23 loc) · 787 Bytes
/
.env.template
File metadata and controls
27 lines (23 loc) · 787 Bytes
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
# Id of the Microsoft Teams application
APPLICATION_ID={random guid}
# Package name of the Microsoft Teams application
PACKAGE_NAME=grid-chat
# Version of your package
VERSION=0.0.1
# The domain name of where you host your application
REACT_APP_HOSTNAME={ngrok hostname}
# The domain name of your socket.io/api server
REACT_APP_SERVER=http://localhost:3007
# App Registration Info
REACT_APP_GRAPH_SCOPES=User.Read
REACT_APP_CLIENT_ID={AAD app ID}
CLIENT_SECRET={AAD app Secret}
# NGROK configuration for development
# NGROK authentication token (leave empty for anonymous)
NGROK_AUTH=
# NGROK sub domain. ex "myapp" or (leave empty for random)
NGROK_SUBDOMAIN=
# NGROK region. (us, eu, au, ap - default is us)
NGROK_REGION=
# Debug settings, default logging "msteams"
DEBUG=msteams