{
  "name": "user-service",
  "version": "2.0.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "m9WqNxWydruMLdeiG76f"
  },
  "jwt_secret": "sOUOxHIc3iq6i468S5e/kzTGnrzGO9cN",
  "api_keys": {
    "stripe": "sk_live_u8niOiq1ExHBdz67gnQxoca2",
    "sendgrid": "SG.n0trEjBhdSXIYTBBizYnIE",
    "twilio_sid": "ACd3ff2206d40818f877c3a5542f6a9893"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}