{
  "name": "payment-service",
  "version": "2.3.16",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nyPp2tm1i4eUpIE7Yr9Z"
  },
  "jwt_secret": "SVc838aK38YcKRuMiY/XOUOdoGHO02cA",
  "api_keys": {
    "stripe": "sk_live_v2SsDz8miRobmyvqQB3VtCxw",
    "sendgrid": "SG.UYLiacXlZsHmL3WAqeKRLe",
    "twilio_sid": "ACb53b8a6b332db5e93b49737e351546d1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}