소스 검색

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.