{
  "name": "user-service",
  "version": "2.7.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gK9MUh19emVUjxKyyPGk"
  },
  "jwt_secret": "nQtVLwIsildn1i89S/mADLHtYmkMf43R",
  "api_keys": {
    "stripe": "sk_live_GIpKg5zwX3g8PIaR8NiNtvQS",
    "sendgrid": "SG.dlKM/VtWfR7dhD+oKYWjZa",
    "twilio_sid": "AC5fdbb3f2ce1925fec23bff2e720b9915"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}