blob: 0268cd6270d86aa4e22be39c32d5e9161c268d77 [file] [log] [blame]
andre.schmid27564b72020-05-05 11:11:54 +01001#IMAGE_TAG=latest
2# If you want to use your local build, leave the value empty REGISTRY=
vempod8c50df2018-11-28 20:09:17 +02003REGISTRY=nexus3.onap.org:10001/
4JAVA_OPTIONS=-Xmx1536m -Xms1536m
5# CS_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual
6# Cassandra hostname or IP address at runtime
7CS_HOST=yyy
8CS_AUTHENTICATE=false
9CS_USER=
10CS_PASSWORD=
11
12CASSANDRA_INIT_PORT=9160
13CASSANDRA_PORT=9042
14BACKEND_DEBUG_PORT=7001
15
16# SDC_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual SDC
17# hostname or IP address at runtime
18SDC_HOST=yyy
19SDC_PROTOCOL=HTTP
20SDC_USER=workflow
21SDC_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
22FRONTEND_PORT=8184
andre.schmid27564b72020-05-05 11:11:54 +010023FRONTEND_DEBUG_PORT=7000
24# To enable HTTPS
25#SERVER_SSL_ENABLED=true