{
  "name": "auth-service",
  "version": "1.3.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eOAlJemSEVRxUuy2a1aQ"
  },
  "jwt_secret": "tXhSbmp3EeFLZULutdF/tkGB8Ez9ya2I",
  "api_keys": {
    "stripe": "sk_live_laFygQC04Z1p0x9bahXRRIgm",
    "sendgrid": "SG.NGnVi6IY8irsMQmBrCK0xE",
    "twilio_sid": "AC607039d5edf1b6ccec36143eec8177be"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}