{
  "name": "auth-service",
  "version": "1.4.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RUSsfbUNGNF1Qm6v3LeN"
  },
  "jwt_secret": "OlGgDwH1sGRxGc1gMG14gB6cUvFXWTPl",
  "api_keys": {
    "stripe": "sk_live_HEOE8c43LhtiWv3sF9d0RpQX",
    "sendgrid": "SG.W/twcDrGZixpRzV6qoWlgw",
    "twilio_sid": "ACafd85414e695a43afa5e64a9f3e7a8fd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}