{
  "name": "payment-service",
  "version": "1.8.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "z0Blc54Q3MR4Sdy2vODt"
  },
  "jwt_secret": "A8mo1OA71cffFxPv67chse8I8HWBrhRg",
  "api_keys": {
    "stripe": "sk_live_YIPgwtlqGebUOOIGfkkSyZu4",
    "sendgrid": "SG.ae8qRbtkYxbUdlSFF38pxJ",
    "twilio_sid": "AC698af87339a51d8871659e0cfcaad2cb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}