Upgrade vulnerable dependencies
[sdc/sdc-workflow-designer.git] / docker-compose / .env
1 #IMAGE_TAG=latest
2 # If you want to use your local build, leave the value empty REGISTRY=
3 REGISTRY=nexus3.onap.org:10001/
4 JAVA_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
7 CS_HOST=yyy
8 CS_PORT=9042
9 CS_SSL_ENABLED=false
10 CS_AUTHENTICATE=true
11 CS_USER=asdc_user
12 CS_PASSWORD=Aa1234%^!
13
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
17 SDC_HOST=yyy
18 SDC_PROTOCOL=HTTP
19 SDC_USER=workflow
20 SDC_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
21 # To enable HTTPS
22 SERVER_SSL_ENABLED=false