Skip to content

Commit

Permalink
Match spelling that’s in the docs
Browse files Browse the repository at this point in the history
This looks like an accidental typo. In the docs it only ever refers to “changeme”. The first “e” is missing here.
  • Loading branch information
mbandizzle authored Jun 14, 2021
1 parent 411823c commit 87b3407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
ELASTIC_NODE_NAME_2=elastdocker-node-2

0 comments on commit 87b3407

Please sign in to comment.