Whoops, sha1sum only gives you 20 bits of entropy...

This commit is contained in:
Ryan Kelly 2014-04-30 15:55:51 +10:00
parent a0acebb0dc
commit b0fdb14c10

View File

@ -18,7 +18,7 @@ public_url = http://localhost:5000/
# It should be long and randomly-generated. # It should be long and randomly-generated.
# The following command will give a suitable value on *nix systems: # The following command will give a suitable value on *nix systems:
# #
# head -c 40 /dev/urandom | sha1sum # head -c 20 /dev/urandom | sha1sum
# #
# If not specified then the server will generate a temporary one at startup. # If not specified then the server will generate a temporary one at startup.
#secret = INSERT_SECRET_KEY_HERE #secret = INSERT_SECRET_KEY_HERE