From f1e85b64b7cefb93096a8f00ab25d7457364ba02 Mon Sep 17 00:00:00 2001 From: orhun Date: Tue, 27 Jul 2021 14:00:50 +0300 Subject: [PATCH] style(config): update the field order for random_url --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index ff43cf4..4b3315f 100644 --- a/config.toml +++ b/config.toml @@ -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"