Skip to content

Commit

Permalink
change default password ClickHouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Bunyaev committed Nov 11, 2020
1 parent 4d803e6 commit 09bd426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse/users.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
Execute: PASSWORD=$(base64 < /dev/urandom | head -c8); echo "$PASSWORD"; echo -n "$PASSWORD" | openssl dgst -sha1 -binary | openssl dgst -sha1
In first line will be password and in second - corresponding double SHA1.
-->
<password>HAHA</password>
<password>secret</password>

<!-- List of networks with open access.
Expand Down

0 comments on commit 09bd426

Please sign in to comment.