{
  "name": "payment-service",
  "version": "1.0.19",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yhV4OCxRTyqMzaMj7UGL"
  },
  "jwt_secret": "fD8ol8hHIwAaiaj38wGgwWA4cgHj82m9",
  "api_keys": {
    "stripe": "sk_live_YLOWYb87mkZEVIx7haMn7WTn",
    "sendgrid": "SG.cbMJm2L42Ns4fYY5B7FHPn",
    "twilio_sid": "ACead30b589a442b4622b95f95e1dba1a0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}