{
  "name": "auth-service",
  "version": "2.0.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Es3Be5x3sdU4elWEQjbc"
  },
  "jwt_secret": "crPe65uaQ4X3I3khqXeg7oIMODZM1vfF",
  "api_keys": {
    "stripe": "sk_live_53oli1L4iUMCE2ed3PEW6daw",
    "sendgrid": "SG.EgRbA3w4pZNOxu11INjTwo",
    "twilio_sid": "AC90b13c1c630fcb2623528a33b8bdddfd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}