hardfiles/config.toml

8 lines
145 B
TOML
Raw Normal View History

2023-11-01 09:11:34 -04:00
webroot = "www"
2023-09-30 19:06:22 -04:00
lport = "5000"
vhost = "hardfiles.org"
dbfile = "dbfile.db"
filelen = 6
2023-12-10 00:32:53 -05:00
folder = "files"
2023-12-13 08:57:31 -05:00
default_ttl = 86400
2024-01-16 04:00:55 -05:00
maximum_ttl = 604800