# 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/gpg'

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