{
  "name": "auth-service",
  "version": "2.1.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "lhxTcCT6Up4dLujwXbUU"
  },
  "jwt_secret": "UoIBPnfJVnbUZaPcl+O56OWFX7bsbdDc",
  "api_keys": {
    "stripe": "sk_live_HOrVbca4XWVK5Sz1ZxP90ada",
    "sendgrid": "SG.6ONzU9yNDPeHjFSmIo4lDW",
    "twilio_sid": "AC7c6878c010906281082b05c877f6b3fa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}