{
  "name": "payment-service",
  "version": "2.8.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OC5qHXCKhdcYT0yhmesb"
  },
  "jwt_secret": "dvgs02vUuF3CAExjg9O8nI5Hj/r+EH4R",
  "api_keys": {
    "stripe": "sk_live_qSbSmfxbeklNe4f1NVX98P1S",
    "sendgrid": "SG.A5De3VR2JevpGhcjUYeCik",
    "twilio_sid": "ACdc8267b4dc8690b9dd867cd1d833f7f5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}