diff --git a/.env b/.env index 2b8c3ec..7698a4f 100644 --- a/.env +++ b/.env @@ -22,7 +22,7 @@ LOGSTASH_PORT=8080 # This is used to set the password at setup, and used by others to connect to Elasticsearch at runtime. # USERNAME cannot be changed! It is set here for parmeterization only. ELASTIC_USERNAME=elastic -ELASTIC_PASSWORD=changme +ELASTIC_PASSWORD=changeme AWS_ACCESS_KEY_ID=nottherealid AWS_SECRET_ACCESS_KEY=notherealsecret @@ -37,4 +37,4 @@ ELASTIC_DISCOVERY_SEEDS=elasticsearch #----------- For Multinode Cluster --------------# # Other nodes ELASTIC_NODE_NAME_1=elastdocker-node-1 -ELASTIC_NODE_NAME_2=elastdocker-node-2 \ No newline at end of file +ELASTIC_NODE_NAME_2=elastdocker-node-2