{
  "name": "auth-service",
  "version": "2.9.9",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aHwtYox34hWxIL2qcYcY"
  },
  "jwt_secret": "RZRfWfBRujRJClH5hAoh2/5vRkCQEViz",
  "api_keys": {
    "stripe": "sk_live_uZwId1K4MXFgMGcn3ExHap17",
    "sendgrid": "SG.0zv6SOfM2AL51Hxhr6iyNm",
    "twilio_sid": "ACb0701d3322d727a6c3d2eff3925ab328"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}