mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 11:59:48 -05:00
9 lines
221 B
TOML
9 lines
221 B
TOML
[server]
|
|
address="127.0.0.1:8000"
|
|
max_content_length="10MB"
|
|
upload_path="./upload"
|
|
|
|
[paste]
|
|
random_url = { enabled = false, type = "petname", words = 2, separator = "-" }
|
|
default_extension = "bin"
|
|
duplicate_files = false
|