{
  "name": "user-service",
  "version": "2.1.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DXEJH3umYJzfBnjGwCAn"
  },
  "jwt_secret": "/zWoy3yekSH1tu04GhvgdiQPQuffXHbh",
  "api_keys": {
    "stripe": "sk_live_8L3vtjVlhj3IZ5fhvCLAwB4C",
    "sendgrid": "SG.ZIEQ/LVniLcdqjotzX9bL0",
    "twilio_sid": "ACab97642e22f0a6ef2649038a2c02227e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}