rustypaste-pretty/fixtures/test-random-url/config.toml
2022-05-21 19:31:43 +03:00

10 lines
210 B
TOML

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