{
  "name": "auth-service",
  "version": "3.3.27",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qp4KV3YiRIqDisWFnSaM"
  },
  "jwt_secret": "nYxZ8cDs7SiSvZ3mnhl5COfPhozlrwfe",
  "api_keys": {
    "stripe": "sk_live_UFltLAtexXYgvod6kDvC2gSw",
    "sendgrid": "SG.ih8wVea0LBEIE0J1DDkKDZ",
    "twilio_sid": "AC2769a8c0e3087effb24b4c0934ea066a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}