浏览代码

Use Blake2 algorithm by default.

Stefano Cossu 5 年之前
父节点
当前提交
d64bdb5f6c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lakesuperior/etc.defaults/application.yml

+ 1 - 1
lakesuperior/etc.defaults/application.yml

@@ -43,7 +43,7 @@ uuid:
     #
     #   ``blake2b`` is a strong, fast cryptographic alternative to SHA2/3:
     #   https://blake2.net/
-    algo: sha1
+    algo: blake2b
 
 ###
 # Data store configuration.