mirror of
https://github.com/Chenyu550/alist-fork.git
synced 2025-06-10 14:46:53 -04:00
11 lines
118 B
Go
11 lines
118 B
Go
package conf
|
|
|
|
import "gorm.io/gorm"
|
|
|
|
var (
|
|
ConfigFile string // config file
|
|
Conf *Config
|
|
Debug bool
|
|
|
|
DB *gorm.DB
|
|
) |