From 594529481536774dde36f815a66cb95144ced8a4 Mon Sep 17 00:00:00 2001 From: Delta1925 Date: Fri, 14 Apr 2023 01:05:35 +0200 Subject: [PATCH] Add example setting file --- wkd.toml.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 wkd.toml.example diff --git a/wkd.toml.example b/wkd.toml.example new file mode 100644 index 0000000..f4d10dc --- /dev/null +++ b/wkd.toml.example @@ -0,0 +1,16 @@ +variant = "Advanced" +max_age = 900 +cleanup_interval = 21600 +port = 8080 + +[folder_structure] +root_folder = "data" +pending_folder = "pending" + +[smtp_settings] +smtp_host = "mail.example.org" +smtp_username = "keyservice" +smtp_password = "verysecurepassword" +smtp_port = 465 +mail_from = "key-submission@example.org" +mail_subject = "Confirm this action" \ No newline at end of file