You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Go port deliberately does not ship a YAML configuration loader in
v26.04.01 — services compose their configuration in main.go,
keeping the dependency graph small and the wiring explicit.
This document captures the canonical configuration shape that maps
1:1 onto the Java application.yml keys and the .NET appsettings.json
sections, so that operators can translate ops-runbooks across runtimes
without re-learning the field names.
The 26.05 cycle will ship a firefly-config-yaml module that maps a
file (or a pulled configserver Environment) onto the Config structs
documented above, mirroring the Spring Boot binding rules.