{
  "name": "payment-service",
  "version": "3.3.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BTOefv6i7T64f4b5Rp6F"
  },
  "jwt_secret": "KHIXP7BmeNgyfZrzU0jMqvOQjC045kDt",
  "api_keys": {
    "stripe": "sk_live_QxPusTg2khY7QohS9gebEhn9",
    "sendgrid": "SG.Zl2Z9Tf/O4geFl6kaRzlb9",
    "twilio_sid": "ACfbb5def05c2197a39a671499fc32d20b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}