mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 20:09:48 -05:00
style(config): update the field order for random_url
This commit is contained in:
parent
a739335b77
commit
f1e85b64b7
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ max_content_length="10MB"
|
||||||
upload_path="./upload"
|
upload_path="./upload"
|
||||||
|
|
||||||
[paste]
|
[paste]
|
||||||
random_url = { enabled = true, words = 2, separator = "-", type = "petname" }
|
random_url = { enabled = true, type = "petname", words = 2, separator = "-" }
|
||||||
#random_url = { enabled = true, length = 8, type = "alphanumeric" }
|
#random_url = { enabled = true, type = "alphanumeric", length = 8 }
|
||||||
default_extension = "txt"
|
default_extension = "txt"
|
||||||
|
|
Loading…
Reference in a new issue