Dynamic configuration for cloud native Swift services
…logger) let app = Application( router: router, configuration: ApplicationConfiguration(reader: config.scoped(to: "http")), services: [ reloadingProvider, configReporter, ], logger: logger ) Consistent snapshots and torn reads Hot reloading, whether polled by ReloadingFileProvider or observed through…