feat: update example config

This commit is contained in:
Ayo Ayco 2024-11-27 19:24:42 +01:00
parent 50be37804f
commit 62cca69967

View file

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