This repository has been archived on 2022-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
bypass-it-for-me/config.example.json

13 lines
218 B
JSON

{
"externalCaptchaProvider": {
"active": false,
"service": "n/a",
"key": "n/a"
},
"port": 32333,
"db": {
"enable": false,
"url": "mongodb://127.0.0.1:27017/bifm"
},
"fastforward": true
}