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 |
| 8 | CS_AUTHENTICATE=false |
| 9 | CS_USER= |
| 10 | CS_PASSWORD= |
| 11 | |
| 12 | CASSANDRA_INIT_PORT=9160 |
| 13 | CASSANDRA_PORT=9042 |
| 14 | BACKEND_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 |
| 18 | SDC_HOST=yyy |
| 19 | SDC_PROTOCOL=HTTP |
| 20 | SDC_USER=workflow |
| 21 | SDC_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
| 22 | FRONTEND_PORT=8184 |
andre.schmid | 27564b7 | 2020-05-05 11:11:54 +0100 | [diff] [blame^] | 23 | FRONTEND_DEBUG_PORT=7000 |
| 24 | # To enable HTTPS |
| 25 | #SERVER_SSL_ENABLED=true |