{
  "name": "payment-service",
  "version": "3.2.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uwt7l1P3y3R4i45jFtdV"
  },
  "jwt_secret": "WSW7oMMstZFxuRgS/bUIeEVNVI4EuS78",
  "api_keys": {
    "stripe": "sk_live_usRqsuvHClxRKrsjR2klqjli",
    "sendgrid": "SG.8teK+hmuJYO4XTkeQlQkW7",
    "twilio_sid": "AC54849e8daa299861d03389ceec6c9121"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}