Browse Source

Use Blake2 algorithm by default.

Stefano Cossu 5 years ago
parent
commit
d64bdb5f6c
1 changed files with 1 additions and 1 deletions
  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.