{
  "name": "payment-service",
  "version": "1.9.5",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RuSJtRUPPCrIxOwxLU3O"
  },
  "jwt_secret": "JWecrxfS9meDPrMxHjEQaacAicY9FqDp",
  "api_keys": {
    "stripe": "sk_live_XPU84j6FjAx4Z82UPtiGgRCx",
    "sendgrid": "SG.F9xSxLa1pZbeYoevuwZHYe",
    "twilio_sid": "AC6c924ae9ee793c5daa2391b937edb937"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}