# The desired location of the log file (relative to config directory).
# Adding a suffix of .gpg or .asc causes the file to be encrypted 
# (otherwise it can leak account names). Use None to disable logging.
log_file = 'log'

# The desired location of the archive file (relative to config directory 
# and end the path in .gpg). Use None to disable archiving.
archive_file = 'archive'

# Information used by GPG when encrypting and decrypting files.
gpg_ids = 'avendesora@nurdletech.com'
gpg_executable = '/usr/bin/gpg2'

# Don't complain about Avendesora settings directory being accessible to others
config_dir_mask = 0o000

# Don't complain about account or archive files being accessible to others
account_file_mask = 0o000

# I just cannot get gpg to cooperate.
user_key_file = 'key'

# Don't use an archive file
archive_file = None

# Include a few unicode characters, but to make sure they work: ±αβγδε
# vim: filetype=python sw=4 sts=4 et ai ff=unix :
