{
  "name": "payment-service",
  "version": "3.0.27",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JI19unDVJBOOmhxJZGss"
  },
  "jwt_secret": "FhKkfixClXQZJ1B6D917x1Qpn3uR8jpd",
  "api_keys": {
    "stripe": "sk_live_38gPmTzim08O9Q56S6CmLBEw",
    "sendgrid": "SG.M8h9hjiCGR2XsvLIRCCPp7",
    "twilio_sid": "AC079bde548141ba5d734eeb2a1b39e62b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}