{
  "name": "payment-service",
  "version": "3.0.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ekYjz2trP4KNtSKNlGgz"
  },
  "jwt_secret": "Mj5KpFydu9omMIxC7D1zr5xqQ68EmBrg",
  "api_keys": {
    "stripe": "sk_live_MDhataG836eqf0G4I6Psbyyd",
    "sendgrid": "SG.4H9MT0Rlb3tJP4z4yo/8bh",
    "twilio_sid": "AC524d3081964d0178fb2142ec0aca293b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}