{
  "name": "payment-service",
  "version": "2.6.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "riWwUCVZurdBJiPR91aB"
  },
  "jwt_secret": "yLu4HFWaR/SkCtWPNuVKLDNwqnlAO63p",
  "api_keys": {
    "stripe": "sk_live_iVOObVgU3JbAxZHD2ZnvP9Q0",
    "sendgrid": "SG.qDiQT+SIHmhF5zZUWwQ2CP",
    "twilio_sid": "AC409e0a3c0819259db919375f35dac9fc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}