{
  "name": "payment-service",
  "version": "2.9.8",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YSLlyehU505GP5zgI0M7"
  },
  "jwt_secret": "IiXHcYFOo/mnX+b4qzCl5Zg6CpecLv4d",
  "api_keys": {
    "stripe": "sk_live_KmpdjEdkgzvqg2bbR8e0hCyt",
    "sendgrid": "SG.SU6UhCt387OiCWDhXfV7LN",
    "twilio_sid": "AC9c1554cb37602a6484384c9c8648c8bc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}