{
  "name": "user-service",
  "version": "3.5.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "r8rxdm9w2zJR6N1CxZq0"
  },
  "jwt_secret": "VR//jmGTVg+jA+UMTACVkmHSFiIkBHFG",
  "api_keys": {
    "stripe": "sk_live_ZF9zhQOCIRQASABBEeSXILja",
    "sendgrid": "SG.UNLyM79gAx/8SSMYpga+w+",
    "twilio_sid": "AC6d4dce3126b272875e04001ea48ca510"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}