summaryrefslogtreecommitdiffstats
path: root/docker-compose/.env
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose/.env')
-rw-r--r--docker-compose/.env22
1 files changed, 22 insertions, 0 deletions
diff --git a/docker-compose/.env b/docker-compose/.env
new file mode 100644
index 00000000..58f6cb30
--- /dev/null
+++ b/docker-compose/.env
@@ -0,0 +1,22 @@
+IMAGE_TAG=latest
+REGISTRY=nexus3.onap.org:10001/
+JAVA_OPTIONS=-Xmx1536m -Xms1536m
+# CS_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual
+# Cassandra hostname or IP address at runtime
+CS_HOST=yyy
+CS_AUTHENTICATE=false
+CS_USER=
+CS_PASSWORD=
+
+CASSANDRA_INIT_PORT=9160
+CASSANDRA_PORT=9042
+BACKEND_DEBUG_PORT=7001
+
+# SDC_HOST is set to a dummy string "yyy". This pattern will be used as an identifier to be replaced by the actual SDC
+# hostname or IP address at runtime
+SDC_HOST=yyy
+SDC_PROTOCOL=HTTP
+SDC_USER=workflow
+SDC_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+FRONTEND_PORT=8184
+FRONTEND_DEBUG_PORT=7000 \ No newline at end of file