package types type DifySandboxGlobalConfigurations struct { App struct { Port int `yaml:"port"` Debug bool `yaml:"debug"` Key string `yaml:"key"` } `yaml:"app"` }