From 14963269dc63bf038163a851e521d6815ab5f514 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 7 Jan 2023 17:54:38 -0500 Subject: avatar support --- sample-config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sample-config.toml') diff --git a/sample-config.toml b/sample-config.toml index 9f8a3fa..d724689 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -5,6 +5,8 @@ dbPath = "bub.db" name = "sample" rpc = "cgi" # rename to protocol? exec = "sample-cgi-handler.sh" +avatarUrl = "https://loremflickr.com/320/240/dog" +avatarContentType = "image/jpeg" interval = "1h" dedupWindow = "5h" @@ -19,4 +21,4 @@ dedupWindow = "5h" # name = "another" # rpc = "cgi" # exec = "another-cgi-handler.sh" -# intervalSeconds = "10" \ No newline at end of file +# intervalSeconds = "10" -- cgit v1.2.3