docs/src/configuration.md

branch
v1.0
changeset 311
f3c22760e814
parent 310
9a0a06637f91
child 320
12ed560c926c
equal deleted inserted replaced
310:9a0a06637f91 311:f3c22760e814
44 ### default-key 44 ### default-key
45 45
46 Identifer of the key used by default for encryption. There must be a configured key with this name. 46 Identifer of the key used by default for encryption. There must be a configured key with this name.
47 47
48 Type: string \ 48 Type: string \
49 Example: `<key>mykey</key>` 49 Example: `<default-key>mykey</default-key>`
50 50
51 ### full-encryption 51 ### full-encryption
52 52
53 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. 53 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.
54 54

mercurial