Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DatabaseConfig = &database{
Type: "sqlite3",
DBFile: "fpp.db",
}
DatabaseConfig 数据库配置
View Source
var SSLConfig = &ssl{
Listen: ":443",
CertPath: "",
KeyPath: "",
}
View Source
var SystemConfig = &system{ Debug: false, Listen: ":9826", ProxyListen: ":9827", NumberOfThreads: 50, ExtractionInterval: 60, CheckInterval: 15, }
SystemConfig 系统公用配置
View Source
var Version = "0.0.1"
Version 当前版本号
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.