rustypaste/fixtures/test-server-landing-page/config.toml

12 lines
308 B
TOML

[server]
address="127.0.0.1:8000"
max_content_length="10MB"
upload_path="./upload"
landing_page="awesome_landing"
landing_page_content_type = "text/plain; charset=utf-8"
[paste]
random_url = { enabled = false, type = "petname", words = 2, separator = "-" }
default_extension = "txt"
duplicate_files = false