From 62cca699672d44f80008ecefaa90fcecbdf78774 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 27 Nov 2024 19:24:42 +0100 Subject: [PATCH] feat: update example config --- example_config.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/example_config.json b/example_config.json index 2a50b46..d2739ea 100644 --- a/example_config.json +++ b/example_config.json @@ -5,7 +5,20 @@ "profiles_sample_rate": 1.0, "enable_tracing": true }, + "APPS": { + "threads": { + "site_name": "Thoughts", + "title":"Thoughts", + "description": "Hand-picked public posts from my social feed", + "server" : "https://social.ayco.io" + } + }, "CACHE_TYPE": "SimpleCache", "CACHE_DEFAULT_TIMEOUT": 30, - "CACHE_KEY_PREFIX": "ayco_io" + "CACHE_KEY_PREFIX": "ayco_io", + "ATTRIBUTION": { + "owner": "Ayo Ayco", + "year": "2022" + } } +