# Quartzflow config file. # IP address that the web server should bind to set :bind, "0.0.0.0" # TCP port that the web server should bind to set :port, 4444 # Directory where downloaded torrent data will be stored set :basedir, "/mnt/twotb/movies" # Directory where .torrent files and .info files will be stored. set :metadir, "meta" # TCP port used for torrents set :torrent_port, 9997 # SQLite database used for storing settings and state set :db_file, "db/quartz.sqlite" # Where to log torrent protocol messages set :torrent_log, "log/torrent.log" # On which day of the month should monthly usage tracking reset set :monthly_usage_reset_day, 5