26 lines
674 B
JSON
26 lines
674 B
JSON
{
|
|
"SENTRY": {
|
|
"dsn": "https://public@sentry.example.com/1",
|
|
"traces_sample_rate": 1.0,
|
|
"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",
|
|
"user": "user@mastodon.social",
|
|
"password": "ultraelectromagneticpassword",
|
|
"secret_file": "threads-masto-client.secret"
|
|
}
|
|
},
|
|
"CACHE_TYPE": "SimpleCache",
|
|
"CACHE_DEFAULT_TIMEOUT": 30,
|
|
"CACHE_KEY_PREFIX": "ayco_io",
|
|
"ATTRIBUTION": {
|
|
"owner": "Ayo Ayco",
|
|
"year": "2022"
|
|
}
|
|
}
|