diff options
Diffstat (limited to 'docker-compose/.env')
-rw-r--r-- | docker-compose/.env | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/docker-compose/.env b/docker-compose/.env index 0268cd62..d6eec702 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -5,13 +5,12 @@ 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= +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_HOST=yyy 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 |