forked from IBM-Cloud/openwhisk-darkvisionapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-local.env
34 lines (29 loc) · 1.05 KB
/
template-local.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
28
29
30
31
32
33
34
# From cloudant-for-darkvision service
CLOUDANT_username=
CLOUDANT_password=
CLOUDANT_host=
CLOUDANT_db=openwhisk-darkvision
# From visualrecognition-for-darkvision service
WATSON_API_KEY=
# From stt-for-darkvision service
STT_URL=https://stream.watsonplatform.net/speech-to-text/api
STT_USERNAME=
STT_PASSWORD=
STT_CALLBACK_SECRET=ThisShouldBeChanged
STT_CALLBACK_URL=https://openwhisk.ng.bluemix.net/api/v1/web/<yourorg>_<yourspace>/vision/speechtotext
# From nlu-for-darkvision service
NLU_URL=https://gateway.watsonplatform.net/natural-language-understanding/api
NLU_USERNAME=
NLU_PASSWORD=
# The name of your extractor image in Docker Hub (eg. yourDockerHubLogin/frame-extractor)
DOCKER_EXTRACTOR_NAME=
# From objectstorage-for-darkvision service
# By default, Cloudant is used to store the videos and images.
# Optionally Object Storage can be used by uncommenting and setting these properties:
#OS_AUTH_URL=
#OS_PROJECT_ID=
#OS_REGION=
#OS_USERNAME=
# Put quotes around the password if it contains characters that need to be escaped.
#OS_PASSWORD=""
#OS_DOMAIN_ID=