{
  "name": "payment-service",
  "version": "2.8.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OMFXzEQgdM8rv9STmBk0"
  },
  "jwt_secret": "ITIfFBS/BitUG+t0MmK70iFqbAxdu1XB",
  "api_keys": {
    "stripe": "sk_live_wLbBPCwjv07CuuhDMk3itBR0",
    "sendgrid": "SG.gWalxrrJMuRCUwcl96Z/jX",
    "twilio_sid": "AC5d64f8af3a39a9bb049cbce36ea114d1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}