{
  "name": "payment-service",
  "version": "3.1.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ko4rACUVrc9fJHoxmYRe"
  },
  "jwt_secret": "I3WJfLYENnpOfTvhhNIIJrUMJJLOiJOR",
  "api_keys": {
    "stripe": "sk_live_dWTX8V1WsG2rziP4NB0QlvbH",
    "sendgrid": "SG.IreGkjTsurtMlNBXBnjDS7",
    "twilio_sid": "AC31dd9d499fd29eb4d488559803cf900c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}