Remove user-facing new-api naming; Docker/network/container names use heicode. Go imports updated; Dockerfiles and workflows ldflags fixed. Made-with: Cursor
11 lines
218 B
Go
11 lines
218 B
Go
package system_setting
|
|
|
|
var ServerAddress = "https://code.xinghanlab.com"
|
|
var WorkerUrl = ""
|
|
var WorkerValidKey = ""
|
|
var WorkerAllowHttpImageRequestEnabled = false
|
|
|
|
func EnableWorker() bool {
|
|
return WorkerUrl != ""
|
|
}
|