{
  "name": "auth-service",
  "version": "3.8.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4Aa6t1zbJAwqYgaw149Z"
  },
  "jwt_secret": "sa5rIv56gtNbXeeWToIYclZcoxJa531f",
  "api_keys": {
    "stripe": "sk_live_miqEa5H75cDcYf4weEXGc076",
    "sendgrid": "SG.kNhdUcIp0B+SjHCeBVxlbZ",
    "twilio_sid": "ACf3267a068ec37871eef0caab50eb0d7c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}