{
  "name": "auth-service",
  "version": "3.1.17",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LSNPl93twsK2ma7p3rfl"
  },
  "jwt_secret": "HUCJoiExtU3I82a7h+ASO5sTsH4xopIe",
  "api_keys": {
    "stripe": "sk_live_7tkfClwKLj1mpG8I09E5KXwD",
    "sendgrid": "SG.HRhWRVAzEM7ZyM+4XLtPTy",
    "twilio_sid": "ACfbae56ede8bdb779651141a2d3f34322"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}