-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
50 lines (26 loc) · 921 Bytes
/
.env.example
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# The public domain name of where you host your application
PUBLIC_HOSTNAME=yourSubDomain.example.com
# Id of the Microsoft Teams application
APPLICATION_ID=357aac00-7617-11ec-a4d8-a5868d9f0de4
# Package name of the Microsoft Teams application
PACKAGE_NAME=learnmsteamsauthtab
# App Id and App Password for the Bot Framework bot
MICROSOFT_APP_ID=
MICROSOFT_APP_PASSWORD=
# Port for local debugging
PORT=3007
# Security token for the default outgoing webhook
SECURITY_TOKEN=
# ID of the Outlook Connector
CONNECTOR_ID=
# Application Insights instrumentation key
APPINSIGHTS_INSTRUMENTATIONKEY=
# 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