refactor: move default config json files to inner folders

This commit is contained in:
Wesley F. Young
2024-08-12 00:27:14 +08:00
parent ef4dee8886
commit e4a112c329
3 changed files with 119 additions and 122 deletions

6
src/core/external/napcat.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"fileLog": true,
"consoleLog": true,
"fileLogLevel": "debug",
"consoleLogLevel": "info"
}