forked from Matthew-Smith/general-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.test
36 lines (28 loc) · 825 Bytes
/
.env.test
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
PORT=12000
# Voiceflow services
INTEGRATIONS_HANDLER_ENDPOINT="http://integrations"
CREATOR_API_ENDPOINT='https://creator-api'
GENERAL_SERVICE_ENDPOINT='https://general-service'
NLU_GATEWAY_SERVICE_HOST=127.0.0.1
NLU_GATEWAY_SERVICE_PORT_APP=8026
AUTH_API_SERVICE_HOST=127.0.0.1
AUTH_API_SERVICE_PORT_APP=8018
REDIS_CLUSTER_HOST='localhost'
REDIS_CLUSTER_PORT=6379
# AWS configuration
AWS_ACCESS_KEY_ID='null'
AWS_SECRET_ACCESS_KEY='null'
AWS_ENDPOINT='http://localhost:8000'
AWS_REGION='localhost'
# S3 configuration
S3_ACCESS_KEY_ID='null'
S3_SECRET_ACCESS_KEY='null'
S3_TLS_BUCKET="dev-voiceflow-tls"
KNOWLEDGE_BASE_LAMBDA_ENDPOINT='https://localhost:8123'
# Dynamo configuration
DYNAMO_ENDPOINT="http://localhost:8000"
# Logger settings
LOG_LEVEL='warn'
MIDDLEWARE_VERBOSITY='none'
# Misc
SESSIONS_SOURCE='local'