From aa19ffec11a39c1c71597c9cccda0b979fab2128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Wed, 21 Aug 2024 19:47:40 +0200 Subject: [PATCH] [mod] conf:example --- conf-example.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/conf-example.json b/conf-example.json index 847d65d..c4b5563 100644 --- a/conf-example.json +++ b/conf-example.json @@ -1,13 +1,7 @@ { - "server": { - "port": 4466 - }, + "version": 1, "authentication": { - "timestamp_tolerance": 2.0, - "hash_salt": "63b978b5f59754ddce07adccd830cc48c1adb471d9365c39fe1b8fb3a1013c2f" - }, - "authelia": { - "usersfile_path": "/tmp/users.yaml" + "hash_salt": "unsafe_salt_which_should_be_replaced" } }