Files
.github
combineImg
gifConvert
static
templates
twExtract
.coveragerc
.gitignore
Dockerfile
LICENSE.txt
api.md
cache.py
config.json
configHandler.py
docker-compose.yml
docker.md
hosting.md
msgs.py
package-lock.json
package.json
pytest.ini
readme.md
requirements.txt
run_tests.sh
serverless.yml
test_vx.py
twitfix.ini
twitfix.py
twitfix.service
twitfix_proxy.conf
vxlogging.py
wsgi.py
BetterTwitFix/config.json
2023-08-04 21:04:05 +01:00

15 lines
447 B
JSON

{
"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",
"workaroundTokens":null
}
}