dl / config.json
wuhenba's picture
Create config.json
a7f215d verified
raw
history blame contribute delete
336 Bytes
{
"port": "7860",
"url": "https://www.google.com",
"rules": [
{"pattern": "影視", "replacement": "mc"},
{"pattern": "脚上", "replacement": "脸上"}
],
"auth": {
"users": [
{"username": "admin", "password": "kb"},
{"username": "user1", "password": "pass1"},
{"username": "user2", "password": "pass2"}
]
}
}