1Panel/core/cmd/server/conf/conf.go
2024-12-17 12:48:10 +00:00

6 lines
71 B
Go

package conf
import _ "embed"
//go:embed app.yaml
var AppYaml []byte