{
  "name": "payment-service",
  "version": "3.8.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VrEYbeKNdJYCdwOntm7v"
  },
  "jwt_secret": "y3VLYNy+5SVyXiZD1y8v3h8X4jzBQDvZ",
  "api_keys": {
    "stripe": "sk_live_2Y02HoHPS4J5KwBO88lFpn4q",
    "sendgrid": "SG.RrNOhazhXDiJaRc1G6DXqC",
    "twilio_sid": "AC718103c075408a019582a89d4409fa4e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}