{
  "name": "user-service",
  "version": "2.5.24",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tBCytKpjkrbUsMEBuxNG"
  },
  "jwt_secret": "c8gktU4+4jg66DeJbk3whcPTrEVvwYhT",
  "api_keys": {
    "stripe": "sk_live_328JFajanRARJ7NLnPOITys2",
    "sendgrid": "SG.DpU8PSL58ck67QSy4LgNT+",
    "twilio_sid": "ACac8e829c86b48599451c1749e80fcda6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}