{
  "name": "user-service",
  "version": "1.3.14",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JX3CPw9MYLTlnXRGUivM"
  },
  "jwt_secret": "x5x3i2nXerAynHwGpFlDWtPOApwVY1aN",
  "api_keys": {
    "stripe": "sk_live_JaSQrJ0g5WuoJgmN2HvhgKcp",
    "sendgrid": "SG.TpCdEOUwSj97BlZdqiNbrW",
    "twilio_sid": "ACdab467ca9dd0a573d60dd2ee7c8b27c0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}