Spaces:
Runtime error
Runtime error
File size: 212 Bytes
2173b0f | 1 2 3 4 5 6 7 8 9 10 11 | package system_setting
var ServerAddress = "http://localhost:3000"
var WorkerUrl = ""
var WorkerValidKey = ""
var WorkerAllowHttpImageRequestEnabled = false
func EnableWorker() bool {
return WorkerUrl != ""
}
|