{
  "name": "payment-service",
  "version": "3.2.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "G3hELx1olwXy5u4vAjYc"
  },
  "jwt_secret": "o+rDoO3CyWBID3ftXKu0qwWl554iT7ho",
  "api_keys": {
    "stripe": "sk_live_Mp5eqJD3B3e6aylG6BXgE8ad",
    "sendgrid": "SG.zL3ugZUVHhL9kqjMJhf+QK",
    "twilio_sid": "AC6567c4b541d6bf3210ff2f5c89238038"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}