{
  "name": "auth-service",
  "version": "1.9.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LjEgl0VTMN09Qcfsa0p7"
  },
  "jwt_secret": "wf3LjEGVHvkCwCsQ14J1hbKXU2C1LhKg",
  "api_keys": {
    "stripe": "sk_live_mFnQcDX5d2eS8xCWhKGWmv9j",
    "sendgrid": "SG.1y2pj2QpMmSgGbfGH2h9xc",
    "twilio_sid": "AC54cb1986d6bdb7bf395cb505ea9e4839"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}