{
  "name": "user-service",
  "version": "3.0.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4Sd9qVxOVCd7R2YxSNbO"
  },
  "jwt_secret": "A+iGwjLCucbDPAaQ9Je8dudKof+LRTQv",
  "api_keys": {
    "stripe": "sk_live_9MfRm1hNgI9g7Er4FD4eVjHZ",
    "sendgrid": "SG.3D47nsEDWKBk6Quln5KY+Z",
    "twilio_sid": "AC12ffddefd65ee989873ee7322ecee498"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}