{
  "name": "payment-service",
  "version": "1.0.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sXQwOTKGBoQs2so4xxTb"
  },
  "jwt_secret": "XKGCy1wJZZ4YVxNab48F46gcMaRUywrn",
  "api_keys": {
    "stripe": "sk_live_iO0ZJDUc8Uka2PBE5az0QDmx",
    "sendgrid": "SG.fPLpct28G7k6ANGANULzk7",
    "twilio_sid": "ACe7d5667d3f5502cc72a2cca0b92cde32"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}