diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 13:47:54 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 13:47:54 +0000 |
commit | f50a36d5cc69c095ba4a5d4a3d240c5284e2b234 (patch) | |
tree | ddb4bb323a1d9a5c6d8c068b7571167112a4c6bc /sample-config.toml | |
parent | 9470ad27f2c725ceeaa6ca8c727670d59fdb5588 (diff) | |
download | communique-f50a36d5cc69c095ba4a5d4a3d240c5284e2b234.tar.gz |
summaries and only render if image exists
Diffstat (limited to 'sample-config.toml')
-rw-r--r-- | sample-config.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sample-config.toml b/sample-config.toml index d724689..fc7bee3 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -5,8 +5,7 @@ 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" +summary = "sample bot" interval = "1h" dedupWindow = "5h" |