diff options
author | Emile <hanemile@protonmail.com> | 2020-03-22 15:48:48 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-22 15:48:48 +0100 |
commit | 17c1b8ab8ff96523b5ae7a621d2d161a8dde642e (patch) | |
tree | 6a14862e2ea01b6a2d5736868915c14d3e941398 | |
parent | dd7cf1f7d6036d10e5aba2e477b3b759627a9fcd (diff) |
defined a hash salt
-rw-r--r-- | config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yml b/config.yml index e8a6af8..4670f96 100644 --- a/config.yml +++ b/config.yml @@ -23,6 +23,10 @@ time: # Jan 2 15:04:05 2006 MST format: "2006-01-02 03:04:05 MST" +hash: + # EXAMPLE SALT: DO NOT USE IN PRODUCTION! + salt: "eisheegeephooph6eT9uteuk1ohche6quaedoh2laet8ceboo4yulah6eshoemie" + hide: # hide files starting with a dot files: true |