20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
[DEFAULT]
|
|
extensions = ["c4gh"]
|
|
|
|
[LOGGER]
|
|
use_syslog = false
|
|
log_level = "DEBUG"
|
|
log_facility = "local2"
|
|
|
|
[FUSE]
|
|
options= ["ro", "default_permissions", "allow_other", "auto_unmount"]
|
|
rootdir="tests/rootdir"
|
|
|
|
[CRYPT4GH]
|
|
recipients = ["tests/keys/bob.pub"]
|
|
include_crypt4gh_log = true
|
|
include_myself_as_recipient = true
|
|
|
|
# The decryption key
|
|
seckey = "tests/keys/bob.sec"
|