{
  "name": "auth-service",
  "version": "2.8.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "b765ln4nmW1yrOmJ6tFd"
  },
  "jwt_secret": "n1VTX5ubi3h4bR+bylkxgPIhSALzP7Ih",
  "api_keys": {
    "stripe": "sk_live_dzHdm1QpktvYlcsFWxyOT8V9",
    "sendgrid": "SG.VHV0f0p/qzOCZGg/ryPGqV",
    "twilio_sid": "AC03529a48f32da24a372d2c40312be052"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}