{
  "name": "payment-service",
  "version": "3.7.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hdjsQdgZ2ERn4CLOVo2u"
  },
  "jwt_secret": "3sicZPgEny6NxS2WeZ2pZzg4i1L2D8d+",
  "api_keys": {
    "stripe": "sk_live_MSyVhxTSqoxLtJsF4nCAik5Q",
    "sendgrid": "SG.TU+1i83Jq7Reqb3Woudwj4",
    "twilio_sid": "AC889650e8f85c15d19d19b867c4228b92"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}