feat: update example config
This commit is contained in:
parent
50be37804f
commit
62cca69967
1 changed files with 14 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue