rustypaste/fixtures/test-random-url/config.toml

10 lines
200 B
TOML

[server]
address = "127.0.0.1:8000"
max_content_length = "10MB"
upload_path = "./upload"
[paste]
random_url = { type = "alphanumeric", length = "8" }
default_extension = "txt"
duplicate_files = true