{
  "name": "payment-service",
  "version": "1.0.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4eZEXUOM6BpO5Cx81ZsY"
  },
  "jwt_secret": "7+QCyT3JGpw1yzM31RuTzr+qFAHmLBaJ",
  "api_keys": {
    "stripe": "sk_live_BY2Tj15pnVvWBLI601U9T3yJ",
    "sendgrid": "SG.Jn1gHKrvz3SoNCSlkx3Ry3",
    "twilio_sid": "AC889163ea26e7a076ad987467eb3d9345"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}