aiweek-reconstruction/file/conf.go

9 lines
167 B
Go

package file
import "aiweek/tools"
func GetFileServerUrl() string {
server := tools.NewServerConfObj().ReadYaml("/conf/fileserver.yaml").Server[0]
return server
}