From 39f2578e79b6db426ad3dd5db4898bcc7820e44a Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 5 Oct 2024 15:34:47 +0200 Subject: feat: Add hash and aes key to the config file This should the base configuration for user. Bcrypt hash will be used to authenticate and aes key will be used to generate the token. --- config.example.scfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.example.scfg') diff --git a/config.example.scfg b/config.example.scfg index 9de249b..f29e3ca 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -3,6 +3,8 @@ listen-addr unix://var/run/cerrado.sock root-readme /srv/git/README.md +passphrase $2a$14$VnB/ZcB1DUDkMnosRA6Y7.dj8h5eroslDxTeXlLwfQX/x86mh6WAq +aes-key 8XHptZxSWCGs1m7QzztX5zNQ7D9NiQevVX0DaUTNMbDpRwFzoJiB0U7K6O/kqIt01jJVgzBUfiR8ES46ZLLb4w== scan /srv/git/ { public true -- cgit v1.2.3