git » urraka » master » tree

[master] / config.py.example

# Directory where epub files are stored.
epub_dir = "/var/urraka/files/"

# Path to our user list.
# For each user, there must be a line with:
#   <username>:<sha256 of the password in ascii hex>:<secret>
#
# Please do not use an important password, and that this format will be
# changed in the future.
passwd_file = '/var/urraka/passwd'

# Directory to store the sessions.
sessions_dir = '/tmp/urraka-sessions/'