-
Notifications
You must be signed in to change notification settings - Fork 788
/
.env_sample
40 lines (30 loc) · 1023 Bytes
/
.env_sample
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
# The public domain name of where you host your application
PUBLIC_HOSTNAME=<<YOUR-HOSTNAME>>
# Id of the Microsoft Teams application
APPLICATION_ID=<<YOUR-APP-ID>>
#
# The below settings are added by default when generating an app in YoTeams.
# There is no need to modify them for this sample app.
#
# Package name of the Microsoft Teams application
PACKAGE_NAME=deeplinksvaluepassingsample
# 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