aboutsummaryrefslogtreecommitdiffstats
path: root/.env
blob: 06f7eeaeff3cabdbb355ff8da75b744c13c63ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
IMAGE_TAG=latest
REGISTRY=nexus3.onap.org:10001/
JAVA_OPTIONS=-Xmx1536m -Xms1536m
#CS_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual
# cassandra host env ip at runtime
CS_HOST=yyy
CS_AUTHENTICATE=false
CS_USER=
CS_PASSWORD=

WORKFLOW_CASSANDRA_INIT_PORT=9160
WORKFLOW_BACKEND_CASSANDRA_PORT=9042
WORKFLOW_BACKEND_DEBUG_PORT=7001

#SDC_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual SDC
# host env ip at runtime
SDC_HOST=yyy
SDC_PROTOCOL=HTTP
SDC_USER=workflow
SDC_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
WORKFLOW_FRONTEND_PORT=8184
WORKFLOW_FRONTEND_DEBUG_PORT=7000