Skip to content

Configuration (agents)

  • Embedded appsettings.json in Application; use IOptions<T> pattern.
  • ApiBaseUrl and AuthenticationProvider are seeded from template symbols — agents should not hard-code production secrets; wire environment overlays the same way as other ConnectSoft templates.

More: repo infrastructure.md / logging.md.