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. #