{
  "name": "payment-service",
  "version": "1.7.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XGwdl8KwaNiGeO1nhcxu"
  },
  "jwt_secret": "zlMVAiY/utCpw9S3l5owWKbLGMWPcRSh",
  "api_keys": {
    "stripe": "sk_live_mKHpHf50rmZVbQp2mcpTOM18",
    "sendgrid": "SG.Q+xNNsgyjeOJGt9hJdN5Jn",
    "twilio_sid": "ACdf67128f52c00a76adae48ace03e1445"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}