diff options
Diffstat (limited to 'sample-config.toml')
-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" |