{
  "name": "payment-service",
  "version": "1.9.10",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1jU5tVK9qHAeWgEOvV3j"
  },
  "jwt_secret": "4ESX6PwdZpa+QaodGTZubSwSlh2oPvj0",
  "api_keys": {
    "stripe": "sk_live_e2X2kVClcRsnBb1cHnEZKwFf",
    "sendgrid": "SG.rWK9qToJQ52Sj/P6+gkmIE",
    "twilio_sid": "AC571f1e76e6003f16ec0cdab84a3ae039"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}