mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
7 lines
155 B
Go
7 lines
155 B
Go
package config
|
|
|
|
type DB struct {
|
|
DBType string `default:"sqlite" desc:"数据库类型"`
|
|
DSN string `default:"m7s.db" desc:"数据库文件路径"`
|
|
}
|