From 10f2cdaef33e14da3ee0d4f2addd953c4decca53 Mon Sep 17 00:00:00 2001 From: samuel Date: Thu, 19 Jan 2023 16:54:30 +0100 Subject: [PATCH] add config sample file --- server.conf.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 server.conf.sample diff --git a/server.conf.sample b/server.conf.sample new file mode 100644 index 0000000..1a27baf --- /dev/null +++ b/server.conf.sample @@ -0,0 +1,11 @@ +bind_host = "127.0.0.1" +bind_port = 8080 + +smtp_host = "" +smtp_port = 465 +smtp_username = "" +smtp_password = "" +smtp_receiver = "" + +captcha_directory = "/tmp/netoik-api/captcha" +captcha_expiration = "1h"