vempo | d8c50df | 2018-11-28 20:09:17 +0200 | [diff] [blame^] | 1 | IMAGE_TAG=latest |
| 2 | REGISTRY=nexus3.onap.org:10001/ |
| 3 | JAVA_OPTIONS=-Xmx1536m -Xms1536m |
| 4 | # CS_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual |
| 5 | # Cassandra hostname or IP address at runtime |
| 6 | CS_HOST=yyy |
| 7 | CS_AUTHENTICATE=false |
| 8 | CS_USER= |
| 9 | CS_PASSWORD= |
| 10 | |
| 11 | CASSANDRA_INIT_PORT=9160 |
| 12 | CASSANDRA_PORT=9042 |
| 13 | BACKEND_DEBUG_PORT=7001 |
| 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 | FRONTEND_PORT=8184 |
| 22 | FRONTEND_DEBUG_PORT=7000 |