{
  "name": "user-service",
  "version": "3.7.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zELe1RhOUbb0arXfi8Ds"
  },
  "jwt_secret": "EcPAGm6p83JmRZcicUJls/DGDhgSVJLO",
  "api_keys": {
    "stripe": "sk_live_AVjDEPO18HbgfncTDw400b4t",
    "sendgrid": "SG.u4BB39UFjf/nWTQalCTWdd",
    "twilio_sid": "AC89cecac3b7c286a9f97bca908e136550"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}