# HG changeset patch # User Olaf Wintermann # Date 1505640136 -7200 # Node ID f3c22760e81481496014f2aa5f3109c109b4f992 # Parent 9a0a06637f91fda676be7f16149d2a543ef28227 fixes wrong example in configuration.md diff -r 9a0a06637f91 -r f3c22760e814 docs/html/configuration.html --- a/docs/html/configuration.html Sun Sep 17 11:11:12 2017 +0200 +++ b/docs/html/configuration.html Sun Sep 17 11:22:16 2017 +0200 @@ -92,7 +92,7 @@

default-key

Identifer of the key used by default for encryption. There must be a configured key with this name.

Type: string
-Example: <key>mykey</key>

+Example: <default-key>mykey</default-key>

full-encryption

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
diff -r 9a0a06637f91 -r f3c22760e814 docs/src/configuration.md --- a/docs/src/configuration.md Sun Sep 17 11:11:12 2017 +0200 +++ b/docs/src/configuration.md Sun Sep 17 11:22:16 2017 +0200 @@ -46,7 +46,7 @@ Identifer of the key used by default for encryption. There must be a configured key with this name. Type: string \ -Example: `mykey` +Example: `mykey` ### full-encryption