AdminConfig
data class AdminConfig(val enabled: Boolean, val port: Int, val pingPath: String, val versionPath: String, val healthCheckPath: String, val threadDumpPath: String)
Configuration data for administrative HTTP endpoints exposed by GenericService and GenericKtorService.
Controls whether the admin servlet group is enabled and defines the port and URL paths for standard operational endpoints (ping, version, health check, thread dump).