{
  "name": "auth-service",
  "version": "2.3.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CjUULrPNepP74QZPNNX6"
  },
  "jwt_secret": "9lRgt03FLTBHaeBwmy7E2R60O9MIxP18",
  "api_keys": {
    "stripe": "sk_live_LIl3AVyjbqfElvFraSG8Nhe9",
    "sendgrid": "SG.5QCHokgm72WnEAsEOewEbh",
    "twilio_sid": "ACd9f3a7cc57018bfbc76811259e94fb65"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}