Skip to content

Commit

Permalink
修改ES的默认密码
Browse files Browse the repository at this point in the history
  • Loading branch information
deadwalks committed Sep 8, 2024
1 parent 057c4aa commit 5bfe93a
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
@@ -1,8 +1,8 @@
# elastic账号的密码 (至少六个字符)
ELASTIC_PASSWORD=showmethemoney
ELASTIC_PASSWORD=123abc

# kibana_system账号的密码 (至少六个字符),该账号仅用于一些kibana的内部设置,不能用来查询es
KIBANA_PASSWORD=showmethemoney
KIBANA_PASSWORD=123abc

# es和kibana的版本
STACK_VERSION=8.11.4
Expand Down

0 comments on commit 5bfe93a

Please sign in to comment.