diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-07 22:54:38 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-07 22:54:38 +0000 |
commit | 14963269dc63bf038163a851e521d6815ab5f514 (patch) | |
tree | d85f0b5cfebe22924e0068ce1b47b65c79953331 /sample-config.toml | |
parent | af05fbea27df62c96b411a941cf5bb612f256e9d (diff) | |
download | communique-14963269dc63bf038163a851e521d6815ab5f514.tar.gz |
avatar support
Diffstat (limited to '')
-rw-r--r-- | sample-config.toml | 4 |
1 files changed, 3 insertions, 1 deletions
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" |