{
  "name": "payment-service",
  "version": "1.4.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "l87dXLK7ZGYZyDxxTXvT"
  },
  "jwt_secret": "Gg2JqJTHJuh1m3QTNCoaY2FXDONKR8jx",
  "api_keys": {
    "stripe": "sk_live_BKG4M9El6xiViHG8roWNSnBZ",
    "sendgrid": "SG.LR0w5DWq1J34WrIZx7sgL9",
    "twilio_sid": "ACec1ebcb73f31cc70525656d4853d9141"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}