YAML sources
var source = new YamlStringSource("<yaml content>")
source.Push("<yaml content>") // update with new contentvar source = new YamlFileSource("settings/config.yml");Related pages
Configuration sourcesLast updated
Was this helpful?