mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2025-01-31 13:02:43 -05:00
10 lines
229 B
TOML
10 lines
229 B
TOML
[server]
|
|
address="127.0.0.1:8000"
|
|
#workers=4
|
|
max_content_length="10MB"
|
|
upload_path="./upload"
|
|
|
|
[paste]
|
|
pet_names = { enabled = true, words = 2, separator = "-" }
|
|
random = { enabled = false, length = 8 }
|
|
default_extension = "txt"
|