{
  "name": "payment-service",
  "version": "2.8.15",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3pGbBuOgd2I6eUYzjXRc"
  },
  "jwt_secret": "J9H1DYp3fOafU3+qlE59voZXI8FRmUlF",
  "api_keys": {
    "stripe": "sk_live_IauRpBN1GecjEROPZG4eEd93",
    "sendgrid": "SG.8HUpMNwT/xyPxdrVziKM6N",
    "twilio_sid": "ACb44f3722d07c641c629340ee04194514"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}