From 23f2c8525bb8fb0c3294dea57a0600bc0eb1154b Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Tue, 6 Aug 2024 22:46:40 +0200 Subject: [PATCH] refactor(server): add back the url config option --- config.toml | 1 + examples/html_form.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/config.toml b/config.toml index d1fdad4..2d160b1 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ refresh_rate = "1s" [server] address = "127.0.0.1:8000" +#url = "https://paste.example.com" #workers=4 max_content_length = "10MB" upload_path = "./upload" diff --git a/examples/html_form.toml b/examples/html_form.toml index 350b60c..a621e3a 100644 --- a/examples/html_form.toml +++ b/examples/html_form.toml @@ -3,6 +3,7 @@ refresh_rate = "1s" [server] address = "127.0.0.1:8000" +#url = "https://paste.example.com" #workers=4 max_content_length = "10MB" upload_path = "./upload"