{
  "name": "user-service",
  "version": "1.9.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SahYJJoWoZeMib6KZIhN"
  },
  "jwt_secret": "RjgBM+KSXukGCfX0GyBC3LgqHOtk8A7+",
  "api_keys": {
    "stripe": "sk_live_9PmiAhZ62DA8mjSQcqGlO2Rk",
    "sendgrid": "SG.vlM794QY6HfDXXRhiTlmRB",
    "twilio_sid": "ACb40b468cce0bfb32f98ca55992d6fbbe"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}