{
  "name": "auth-service",
  "version": "1.8.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BrVNp9VYnvfntZ2TKs8j"
  },
  "jwt_secret": "xQCNCrn6l4PmXIfAwwLkmJJjrl5zeRn2",
  "api_keys": {
    "stripe": "sk_live_jz9VDfDJp89WnQbY0fPGxCTg",
    "sendgrid": "SG.cZflZL+6aZmPfsyHbycbBZ",
    "twilio_sid": "ACdfde83629beda18199fa30c37147a000"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}