Update docker settings
Update the docker settings based on the changes done on SDC side.
Issue-ID: SDC-3345
Change-Id: I6a933d34f5f90379f6315e6a54df09e81803bcf3
Signed-off-by: xuegao <xg353y@intl.att.com>
diff --git a/docker-compose/.env b/docker-compose/.env
index 0268cd6..d6eec70 100644
--- a/docker-compose/.env
+++ b/docker-compose/.env
@@ -5,13 +5,12 @@
# 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=
+CS_PORT=9042
+CS_SSL_ENABLED=false
+CS_AUTHENTICATE=true
+CS_USER=asdc_user
+CS_PASSWORD=Aa1234%^!
-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
@@ -19,7 +18,5 @@
SDC_PROTOCOL=HTTP
SDC_USER=workflow
SDC_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
-FRONTEND_PORT=8184
-FRONTEND_DEBUG_PORT=7000
# To enable HTTPS
-#SERVER_SSL_ENABLED=true
\ No newline at end of file
+SERVER_SSL_ENABLED=false
\ No newline at end of file