hardfiles

- EZPZ File Sharing Service
git clone git://git.acid.vegas/hardfiles.git
Log | Files | Refs | Archive | README | LICENSE

config.toml (145B)

      1 webroot = "www"
      2 lport = "5000"
      3 vhost = "hardfiles.org"
      4 dbfile = "dbfile.db"
      5 filelen = 6
      6 folder = "files"
      7 default_ttl = 86400
      8 maximum_ttl = 432000