{
  "name": "auth-service",
  "version": "3.7.24",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ic4LsMQY6Oi9HhdefBy7"
  },
  "jwt_secret": "uD903e92Y9DcNYQ7b6Kou5kI2F3jKWvi",
  "api_keys": {
    "stripe": "sk_live_fL1MYjExLfoz2bTjneM4vJVo",
    "sendgrid": "SG.oJoA6C89qp0T44eNA0GWvj",
    "twilio_sid": "AC0dd0b7fed8f1c9b599eee788d3c02994"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}