{
  "name": "user-service",
  "version": "3.9.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9G7eHgMjMEXCyzKSEwco"
  },
  "jwt_secret": "8Pr4ArparG7SiBkUHHto1U32N1xh7MVG",
  "api_keys": {
    "stripe": "sk_live_74POu51YSx0sr7WIhRvzXv0z",
    "sendgrid": "SG.xzEkmQtrFaVy0PIg4UNO5U",
    "twilio_sid": "AC31e42b8bf929b9959e6c3a1ad03e8be5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}