docs/src/configuration.md

changeset 286
8dc2952dd5dc
parent 283
0e36bb75a732
child 306
4a1596b45ff2
equal deleted inserted replaced
285:02d3e4b1245f 286:8dc2952dd5dc
48 Type: string \ 48 Type: string \
49 Example: `<key>mykey</key>` 49 Example: `<key>mykey</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. 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
55 Type: boolean \ 55 Type: boolean \
56 Default: false \ 56 Default: false \
57 Example: `<full-encryption>true</full-encryption> 57 Example: `<full-encryption>true</full-encryption>
58 58
210 <name>myrepo</name> 210 <name>myrepo</name>
211 <url>https://example.com/path/to/repo/</url> 211 <url>https://example.com/path/to/repo/</url>
212 <user>alice</user> 212 <user>alice</user>
213 <password>MTIzNDU2Nzg=</password> 213 <password>MTIzNDU2Nzg=</password>
214 <full-encryption>true</full-encryption> 214 <full-encryption>true</full-encryption>
215 <default-key>mykey1</default-key>
215 </repository> 216 </repository>
216 217
217 <key> 218 <key>
218 <name>mykey1</name> 219 <name>mykey1</name>
219 <file>keys/mykey1</file> 220 <file>keys/mykey1</file>

mercurial