Improved docs

This commit is contained in:
Dylan
2023-07-03 19:49:43 +01:00
parent b19f552e70
commit 886dc0e09f
3 changed files with 77 additions and 4 deletions

14
config.json Normal file
View File

@ -0,0 +1,14 @@
{
"config": {
"appname": "vxTwitter",
"color": "#43B581",
"database": "[url to mongo database goes here]",
"link_cache": "ram",
"method": "hybrid",
"repo": "https://github.com/dylanpdx/BetterTwitFix",
"table": "[database table here]",
"url": "https://vxtwitter.com",
"combination_method": "local",
"gifConvertAPI": "local"
}
}