Browse Source

Use Blake2 algorithm by default.

Stefano Cossu 5 năm trước cách đây
mục cha
commit
d64bdb5f6c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.