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 6728c230d6
commit e739fcd92e
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"
}