blob: 58f6cb30362118a2730a3dc91ef4eaa103ad5e43 [file] [log] [blame]
vempod8c50df2018-11-28 20:09:17 +02001IMAGE_TAG=latest
2REGISTRY=nexus3.onap.org:10001/
3JAVA_OPTIONS=-Xmx1536m -Xms1536m
4# CS_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual
5# Cassandra hostname or IP address at runtime
6CS_HOST=yyy
7CS_AUTHENTICATE=false
8CS_USER=
9CS_PASSWORD=
10
11CASSANDRA_INIT_PORT=9160
12CASSANDRA_PORT=9042
13BACKEND_DEBUG_PORT=7001
14
15# SDC_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual SDC
16# hostname or IP address at runtime
17SDC_HOST=yyy
18SDC_PROTOCOL=HTTP
19SDC_USER=workflow
20SDC_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
21FRONTEND_PORT=8184
22FRONTEND_DEBUG_PORT=7000