{
  "name": "payment-service",
  "version": "3.9.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Uog68J2WnGLkWX66y50u"
  },
  "jwt_secret": "5A2sdMvmlpSymLaLP+YN5XMDLTiTbxdZ",
  "api_keys": {
    "stripe": "sk_live_j7MGkzdIMd3t3p8DZqgXg6qh",
    "sendgrid": "SG.Sjb9r+dWQb47US3HNGpeh6",
    "twilio_sid": "AC65fe882717af3e00d138cddcf232f6c9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}