From a324305a7d67fc1869d9fa092b67a6936e2793f2 Mon Sep 17 00:00:00 2001 From: Leonidas Spyropoulos Date: Tue, 4 Oct 2022 17:29:23 +0100 Subject: [PATCH] fix(config): don't expose version endpoint in default config (#31) Signed-off-by: Leonidas Spyropoulos Signed-off-by: Leonidas Spyropoulos --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b04fb78..a21a040 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ address="127.0.0.1:8000" max_content_length="10MB" upload_path="./upload" timeout="30s" -expose_version=true +expose_version=false landing_page="""Submit files via HTTP POST here: curl -F 'file=@example.txt' " This will return the finished URL.