mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
add crosspost to example config
This commit is contained in:
parent
2cb7574fe8
commit
a34d9a616d
1 changed files with 13 additions and 0 deletions
|
@ -57,6 +57,19 @@
|
||||||
"pass": "",
|
"pass": "",
|
||||||
"topic": ""
|
"topic": ""
|
||||||
},
|
},
|
||||||
|
"crosspost": {
|
||||||
|
"fediverse": {
|
||||||
|
"enabled": false,
|
||||||
|
"instance": "",
|
||||||
|
"client": {
|
||||||
|
"id": "",
|
||||||
|
"secret": ""
|
||||||
|
},
|
||||||
|
"token": "",
|
||||||
|
"visibility": "public",
|
||||||
|
"cw": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
"themeStoreUrl": "http://127.0.0.1:8000",
|
"themeStoreUrl": "http://127.0.0.1:8000",
|
||||||
"username": "",
|
"username": "",
|
||||||
"trimContentAfter": "150",
|
"trimContentAfter": "150",
|
||||||
|
|
Loading…
Add table
Reference in a new issue