andre.schmid | 27564b7 | 2020-05-05 11:11:54 +0100 | [diff] [blame] | 1 | #IMAGE_TAG=latest |
| 2 | # If you want to use your local build, leave the value empty REGISTRY= |
vempo | d8c50df | 2018-11-28 20:09:17 +0200 | [diff] [blame] | 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 |
xuegao | 757d4c2 | 2020-10-28 16:29:20 +0100 | [diff] [blame] | 8 | CS_PORT=9042 |
| 9 | CS_SSL_ENABLED=false |
| 10 | CS_AUTHENTICATE=true |
| 11 | CS_USER=asdc_user |
| 12 | CS_PASSWORD=Aa1234%^! |
vempo | d8c50df | 2018-11-28 20:09:17 +0200 | [diff] [blame] | 13 | |
vempo | d8c50df | 2018-11-28 20:09:17 +0200 | [diff] [blame] | 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 |
andre.schmid | 27564b7 | 2020-05-05 11:11:54 +0100 | [diff] [blame] | 21 | # To enable HTTPS |
xuegao | 757d4c2 | 2020-10-28 16:29:20 +0100 | [diff] [blame] | 22 | SERVER_SSL_ENABLED=false |