{
  "name": "payment-service",
  "version": "3.4.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "K4CyWXb2oeOy1pX7fZ4W"
  },
  "jwt_secret": "Abby+rT0KLIjycsEWcThO8T3FPHWLgSO",
  "api_keys": {
    "stripe": "sk_live_39gzAplakOkkYEGlVNtta62e",
    "sendgrid": "SG.JRqReeQmsxN4q4FdKIFdle",
    "twilio_sid": "AC5864cd8844635334c43fccb6a653f7d2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}