mirror of
https://github.com/Jetsparrow/antiantiswearingbot.git
synced 2026-01-20 23:16:08 +03:00
29 lines
571 B
JSON
29 lines
571 B
JSON
{
|
||
"Logging": {
|
||
"LogLevel": {
|
||
"Default": "Information",
|
||
"Microsoft.Hosting.Lifetime": "Information"
|
||
}
|
||
},
|
||
"Kestrel": {
|
||
"Endpoints": {
|
||
"Http": {
|
||
"Url": "http://localhost:9999"
|
||
}
|
||
}
|
||
},
|
||
"Unbleeper": {
|
||
"LegalWordsRegex": "[а-яА-ЯёЁ]+",
|
||
"BleepedSwearsRegex": "[а-яА-ЯёЁ@\\*#]+",
|
||
"MinWordLength": 3,
|
||
"MinAmbiguousWordLength": 5
|
||
},
|
||
"SearchDictionary": {
|
||
"DictionaryPath": "dict/ObsceneDictionaryRu.txt",
|
||
"AutosavePeriod": "00:01:00"
|
||
},
|
||
"Telegram": {
|
||
"UseProxy": false
|
||
}
|
||
}
|