{
  "name": "user-service",
  "version": "3.0.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EQc7ZVNKWXfRghybKJhN"
  },
  "jwt_secret": "4+tnmckzcNNuBhD3zpPI7Omi76Lh6oyN",
  "api_keys": {
    "stripe": "sk_live_tQEu8NPkBCW5RX5OZfiClQi0",
    "sendgrid": "SG.BWznQkR+mSPDIW0A5Hfz11",
    "twilio_sid": "AC41d0e4a5eb3537fbe929689ee59eead3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}