{
  "name": "auth-service",
  "version": "2.1.21",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pe5TGNUaucuOjbX4A0En"
  },
  "jwt_secret": "KcXYES7vpT0YoyvWumYVPaXWzdvYf0cg",
  "api_keys": {
    "stripe": "sk_live_CAVc3dDijG5j2b1zclqyW0pj",
    "sendgrid": "SG.qVrEN3n03PHfcg9NgenrVe",
    "twilio_sid": "AC773e3fe1095380b3d587063705cafc01"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}