alterware: our changes
Some checks failed
Run Tests / build (3.10) (push) Failing after 1m8s
Run Tests / build (3.11) (push) Failing after 9s
Run Tests / build (3.12) (push) Failing after 8s

This commit is contained in:
alterware
2025-05-20 19:37:44 +00:00
parent 22828a1fc8
commit 061e7fb96e
3 changed files with 13 additions and 13 deletions

View File

@ -2,14 +2,14 @@
"config": {
"appname": "vxTwitter",
"color": "#1DA1F2",
"database": "[url to mongo database goes here]",
"link_cache": "ram",
"database": "mongodb://localhost:27017/bettervxtwitter",
"link_cache": "db",
"method": "hybrid",
"repo": "https://github.com/dylanpdx/BetterTwitFix",
"table": "[database table here]",
"url": "https://vxtwitter.com",
"repo": "https://git.alterware.dev/alterware/BetterTwitFix",
"table": "links",
"url": "https://girlcock.alterware.dev",
"combination_method": "local",
"gifConvertAPI": "local",
"workaroundTokens":null
"workaroundTokens": null
}
}
}