{
  "name": "user-service",
  "version": "1.3.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "31QVskEehkkoHIc5mw2o"
  },
  "jwt_secret": "guP26VkquP5F9C4gDYthPdv5n2YMyXXL",
  "api_keys": {
    "stripe": "sk_live_dzboQLYowjtT2AXLZ7XaVraW",
    "sendgrid": "SG.nMRT2KhbLd0S77+0xhREIq",
    "twilio_sid": "AC728196de835a784c1f3fb3b716ec17cb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}