Sha256: 32d80fead385d6b580dbd97b10dcd55ab2d8b22d892e3037992d75881f9b2c9d
Contents?: true
Size: 648 Bytes
Versions: 1
Compression:
Stored size: 648 Bytes
Contents
# 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, "download" # 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
quartz_flow-0.0.1 | etc/quartz.rb |