bifm/config.example.json
2022-05-04 12:53:43 -04:00

10 lines
143 B
JSON

{
"captcha": {
"active": false,
"service": "2captcha",
"key": ""
},
"db": {
"url": "mongodb://127.0.0.1:27017/bifm"
}
}