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

10 lines
220 B
TOML

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