# The default location of .polrc is in the user home.  That is: ~/.polrc.
# It is formatted using YAML.  See http://www.yaml.org

# Default safe.  By default this is $HOME/.pol
safe: /home/user/.other-safe


# Default list of keyfiles.  By default this list is empty.
keyfiles:
 - /home/user/.first-keyfile
 - /media/usb/second-keyfile


# vim: ft=yaml
