{
  "name": "auth-service",
  "version": "3.8.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4CKp4TxatlWFlUJoMxdA"
  },
  "jwt_secret": "d7hAUr/fH+Ya0V0dPTPfJYpvXAw6OmXB",
  "api_keys": {
    "stripe": "sk_live_RhzWw4WxTD8g1KjoiwP0BerW",
    "sendgrid": "SG.MwqYiYfIM1Xm3wX7YE9xcz",
    "twilio_sid": "AC4918f8f61582e6b1b96105cf3098d914"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}