mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 03:43:39 +00:00
11 lines
212 B
Go
11 lines
212 B
Go
package system_setting
|
|
|
|
var ServerAddress = "http://localhost:3000"
|
|
var WorkerUrl = ""
|
|
var WorkerValidKey = ""
|
|
var WorkerAllowHttpImageRequestEnabled = false
|
|
|
|
func EnableWorker() bool {
|
|
return WorkerUrl != ""
|
|
}
|