fixes missing default-key in example config

Tue, 22 Aug 2017 17:48:17 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 22 Aug 2017 17:48:17 +0200
changeset 286
8dc2952dd5dc
parent 285
02d3e4b1245f
child 287
99bcd7915a0d

fixes missing default-key in example config

docs/src/configuration.md file | annotate | diff | comparison | revisions
--- a/docs/src/configuration.md	Sun Aug 06 18:18:00 2017 +0200
+++ b/docs/src/configuration.md	Tue Aug 22 17:48:17 2017 +0200
@@ -50,7 +50,7 @@
 
 ### full-encryption
 
-If this element has the value of true, content and resource name encryption/decryption is enabled. Because encryption and decryption is disabled by default, `false` has no effect for this element.
+If this element has the value of true, content and resource name encryption/decryption is enabled. Resources are only encrypted if the repository has a default-key or a key is specified via command line option. Because encryption and decryption is disabled by default, `false` has no effect for this element. 
 
 Type: boolean \
 Default: false \
@@ -212,6 +212,7 @@
 			<user>alice</user>
 			<password>MTIzNDU2Nzg=</password>
 			<full-encryption>true</full-encryption>
+			<default-key>mykey1</default-key>
 		</repository>
 		
 		<key>

mercurial