aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 0a5db03..a1827b6 100644
--- a/readme.md
+++ b/readme.md
@@ -17,4 +17,15 @@ data:
host: <bool>
# base directory to use for playlists/pid/db files
base_dir: <path>
+ git:
+ # git commit email
+ email: <string>
+ # git commit name
+ name: <string>
+ # git default branch (master)
+ default_branch: <string>
+ # commit signing gpg key id
+ gpg_id: <keyid>
+ # list of keygrips to unlock on login using pam-gnupg
+ pam_gnupg: <list[str]>
```