forked from Matthew-Smith/general-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.e2e
38 lines (30 loc) · 918 Bytes
/
.env.e2e
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
PORT=8005
PORT_METRICS=9005
LOG_LEVEL=trace
# aws configs
AWS_ACCESS_KEY_ID='null'
AWS_SECRET_ACCESS_KEY='null'
AWS_ENDPOINT='http://localstack.test.e2e:8000'
AWS_REGION='localhost'
S3_ACCESS_KEY_ID='null'
S3_SECRET_ACCESS_KEY='null'
S3_TLS_BUCKET='dev-voiceflow-tls'
# dynamodb
DYNAMO_ENDPOINT='http://localstack.test.e2e:8000'
# cors
DISABLE_ORIGIN_CHECK='true'
# local configs
INTEGRATIONS_HANDLER_ENDPOINT='https://integrations.test.e2e:8009'
CREATOR_API_ENDPOINT='https://creator-api.test.e2e:8003'
GENERAL_SERVICE_ENDPOINT='https://general-service.test.e2e:8006'
SESSIONS_SOURCE='mongo'
AUTH_API_SERVICE_HOST="auth-api.test.e2e"
AUTH_API_SERVICE_PORT_APP="8018"
KNOWLEDGE_BASE_LAMBDA_ENDPOINT='https://localhost:8123'
ML_GATEWAY_ENDPOINT='https://localhost:8124'
# mongo
MONGO_URI='mongodb://mongodb.test.e2e:27017'
MONGO_DB='main-test'
# redis
REDIS_CLUSTER_HOST='redis.test.e2e'
REDIS_CLUSTER_PORT=6379