{
  "name": "auth-service",
  "version": "1.7.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9PktJGGkc7TiVlMU09Km"
  },
  "jwt_secret": "VtX2RyOAMNKAVjehsOQIRn7mSTtWDYiI",
  "api_keys": {
    "stripe": "sk_live_h9bVD7qD2g8at1sJ2KAnWpuQ",
    "sendgrid": "SG.rUE2WUY3eXJuZ0lFP4LMGA",
    "twilio_sid": "AC424266e08c039c1616908f67f33fe3bb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}