Init Gitea

This commit is contained in:
dqj
2025-10-06 21:31:13 +09:00
commit c879b8de12
60 changed files with 41314 additions and 0 deletions

15
log4js-conf.json Normal file
View File

@@ -0,0 +1,15 @@
{
"appenders": {
"system":
{
"type": "file",
"filename": "logs/sisai_portal.log",
"maxLogSize": 10000000,
"backups": 100,
"layout": { "type": "pattern", "pattern": "%d[%p]%m" }
}
},
"categories": {
"default": { "appenders": ["system"], "level": "debug" }
}
}