{
  "name": "auth-service",
  "version": "3.8.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UFQxuRtrW7Xr4I3r4UB7"
  },
  "jwt_secret": "o6e7rZfBFR2jY8wu0uRGW0PuxbYp5Wp4",
  "api_keys": {
    "stripe": "sk_live_4IzDIiP1XpLtcvgdv5WjycJH",
    "sendgrid": "SG.vJDzNJWF7XneTLaHX//aLW",
    "twilio_sid": "ACbbb18ddee4bc0863b835c92c38ec9a48"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}