{
  "name": "user-service",
  "version": "2.1.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ogqx5Z8H9VCMdZqUwRrl"
  },
  "jwt_secret": "ilLR1Ktcr+CngHXGIHgGtatQUWquVKh9",
  "api_keys": {
    "stripe": "sk_live_NQHqRGzbDTQCtPr78TCcUyIT",
    "sendgrid": "SG.rJ+/RpJtu88Mm2INtGCTkI",
    "twilio_sid": "AC097108d8e117886dfd51a636410d6089"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}