Configuration example: mention where to put the file.
This commit is contained in:
parent
44500a121d
commit
57b3be336e
@ -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 and password so `authctl` can be authenticated to `authd`.
|
||||||
login: admin
|
login: admin
|
||||||
pass: secret
|
pass: secret
|
||||||
@ -23,12 +25,15 @@ require_email: true
|
|||||||
activation_template: netlibre-email-activation
|
activation_template: netlibre-email-activation
|
||||||
recovery_template: netlibre-email-recovery
|
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 user profile keys (to prevent modification from third-parties).
|
||||||
#read_only_profile_keys: []
|
#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.
|
# Verbosity-related options.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user