style(config): update the field order for random_url

This commit is contained in:
orhun 2021-07-27 14:00:50 +03:00
parent a739335b77
commit f1e85b64b7
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ max_content_length="10MB"
upload_path="./upload"
[paste]
random_url = { enabled = true, words = 2, separator = "-", type = "petname" }
#random_url = { enabled = true, length = 8, type = "alphanumeric" }
random_url = { enabled = true, type = "petname", words = 2, separator = "-" }
#random_url = { enabled = true, type = "alphanumeric", length = 8 }
default_extension = "txt"