浏览代码

change default password ClickHouse

Andrey Bunyaev 4 年之前
父节点
当前提交
09bd426588
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      clickhouse/users.xml

+ 1 - 1
clickhouse/users.xml

@@ -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.