name: "test_service"
version: "1.0.0"
port: 8080
debug_mode: false
config {
  max_connections: 100
  timeout_ms: 5000
  retry_enabled: true
}
endpoints {
  path: "/api/v1/users"
  method: "GET"
}
endpoints {
  path: "/api/v1/data"
  method: "POST"
}
