tcp.ac/config.toml

21 lines
313 B
TOML
Raw Normal View History

title = "tcp.ac config"
[global]
2021-09-01 07:19:10 +00:00
debug = true
2021-07-28 07:31:34 +00:00
uidsize = 5
delkeysize = 12
[http]
2021-07-28 07:31:34 +00:00
baseurl = "http://127.0.0.1:8080/"
bindip = "127.0.0.1"
port = 8080
2021-07-28 07:31:34 +00:00
[txt]
# string: port to listen on for termbin clone
2021-08-24 09:56:10 +00:00
port = "9988"
[files]
2021-08-24 09:56:10 +00:00
data = "./data/"
logs = "./logs/"
2021-09-01 07:19:10 +00:00
sizelimit = 48