blob: d6eec70203ab3fa0db32fe1de095e4dbde9703f6 [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
xuegao757d4c22020-10-28 16:29:20 +01008CS_PORT=9042
9CS_SSL_ENABLED=false
10CS_AUTHENTICATE=true
11CS_USER=asdc_user
12CS_PASSWORD=Aa1234%^!
vempod8c50df2018-11-28 20:09:17 +020013
vempod8c50df2018-11-28 20:09:17 +020014
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
andre.schmid27564b72020-05-05 11:11:54 +010021# To enable HTTPS
xuegao757d4c22020-10-28 16:29:20 +010022SERVER_SSL_ENABLED=false