{
  "name": "user-service",
  "version": "2.0.23",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "XcQBzV8j7Faw5ZAJjWNB"
  },
  "jwt_secret": "ZuTY5vR7UkQEFUnMamJgqycaJFN3GGvf",
  "api_keys": {
    "stripe": "sk_live_elazmfcNgKPt8dxn04RGTseB",
    "sendgrid": "SG.Qs7ApXT0YO246j4oZUlV3K",
    "twilio_sid": "ACaa0dea39ef166ca467eb62da434f6ffa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}