{
  "name": "payment-service",
  "version": "1.0.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "iVK00I1BGiILQYycWhev"
  },
  "jwt_secret": "RfefhUi0mV5ruSGLoYZEPeUSFogae3di",
  "api_keys": {
    "stripe": "sk_live_EgxOsdtpq9wLdYsRizH9saj6",
    "sendgrid": "SG.JtC/vAbHwzOKSiZuOe9PxE",
    "twilio_sid": "AC7b60cd7ff28eee784bf0c34a31099383"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}