chore(config): add meaningful example strings

This commit is contained in:
Anna 2023-08-31 02:18:38 -04:00
parent fae0cfb22e
commit fae0578386
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
# slow. Consider exporting your key to a file and providing it below.
# Note that providing an ID or file on the command-line will override either in
# the config.
signing_key_id = ''
signing_key_id = 'ABCDEF012345679CAFEBABE0DECAFC0FFEEBAD11'
# The PGP secret key file to use for signing - this will use sequoia and is
# orders of magnitude faster than using gpg-agent.
# Note that providing an ID or file on the command-line will override either in
# the config.
signing_key_file = ''
signing_key_file = '/path/to/secret-key.pgp'
# The number of threads to use. 0 for system's amount of logical cores
threads = 0