From 57b3be336e21466aa5bdb29767ea69831700aed0 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Wed, 11 Dec 2024 19:55:40 +0100 Subject: [PATCH] Configuration example: mention where to put the file. --- configuration-example.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/configuration-example.yml b/configuration-example.yml index c8934d4..5685ff8 100644 --- a/configuration-example.yml +++ b/configuration-example.yml @@ -1,3 +1,5 @@ +# Configuration to put in ~/.config/baguette/auth.yml or in /etc/baguette/auth.yml + # Login and password so `authctl` can be authenticated to `authd`. login: admin pass: secret @@ -23,12 +25,15 @@ require_email: true activation_template: netlibre-email-activation recovery_template: netlibre-email-recovery -# Name of the `authd` IPC service. -#service_name: auth - # Read-only user profile keys (to prevent modification from third-parties). #read_only_profile_keys: [] +# IPC wake-up timer, see libipc(7). +#ipc_timer: 30000 # 30 seconds + +# Name of the `authd` IPC service. +#service_name: auth + # # Verbosity-related options. #