new-api/constant/system-setting.go
2024-06-15 01:11:03 +08:00

10 lines
159 B
Go

package constant
var ServerAddress = "http://localhost:3000"
var WorkerUrl = ""
var WorkerValidKey = ""
func EnableWorker() bool {
return WorkerUrl != ""
}