新增: timer 配置支持 PostgreSQL 数据库

This commit is contained in:
2025-05-12 00:30:33 +08:00
parent 1fae74191e
commit 978a268f93
3 changed files with 31 additions and 7 deletions

View File

@@ -30,6 +30,8 @@ type Config struct {
User string
Password string
Database string
Schema string
Type string
}
}
Auth map[string]string