{
  "name": "payment-service",
  "version": "1.0.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KZuYJ1L8vjQF7qPZ9uWj"
  },
  "jwt_secret": "mo7eYYsIgMKSN+9tphnjvWfd3cSijn03",
  "api_keys": {
    "stripe": "sk_live_yXW8DwAsBj3fO3umcYmSZ1f2",
    "sendgrid": "SG.RTHURRGGddm9e6Wm6UKu4P",
    "twilio_sid": "AC362a072086616c035359f5c8e8858fb2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}