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" + } } +