{
  "name": "payment-service",
  "version": "1.7.27",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tCYtraxW9OtcA3aL8lhF"
  },
  "jwt_secret": "S7NhECAApu1vmllDa8aJA+mYzrNP95qv",
  "api_keys": {
    "stripe": "sk_live_gcEsR6CkrB2hJztfI3hQrRvU",
    "sendgrid": "SG.U+BindwJ8YeInMgHPqCbh1",
    "twilio_sid": "ACcbde60df1deb516ee4a29c32252f541b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}