优化 Webhook 列表, 优化日志系统

This commit is contained in:
yml
2026-04-14 20:02:37 +08:00
parent 215f8bb710
commit 9636167177
21 changed files with 518 additions and 20 deletions
+4
View File
@@ -26,6 +26,10 @@ module.exports = {
root: path.resolve(__dirname, '../data'),
},
logging: {
level: 'info',
},
database: {
url: 'postgres://postgres:postgres@127.0.0.1:5432/order_site',
ssl: false,