From fae05783862367c2d9f0299fb83c2e78b353f071 Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 31 Aug 2023 02:18:38 -0400 Subject: [PATCH] chore(config): add meaningful example strings --- config.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index 7ffef0a..9566011 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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