mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
🎉 initial commit
This commit is contained in:
11
conf/var.go
Normal file
11
conf/var.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package conf
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
var (
|
||||
ConfigFile string // config file
|
||||
Conf *Config
|
||||
Debug bool
|
||||
|
||||
DB *gorm.DB
|
||||
)
|
||||
Reference in New Issue
Block a user