优化 Webhook 列表, 优化日志系统
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user