{
  "name": "user-service",
  "version": "3.0.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LGmbNDSCtjP44Ygbt544"
  },
  "jwt_secret": "2yrKRig7OFkUDLxgDIuNbso/6eVC1mCR",
  "api_keys": {
    "stripe": "sk_live_576VeYBHA1XxlWu5x0CAc5ZO",
    "sendgrid": "SG.NR2nea54DMhJqYdOI7l5TV",
    "twilio_sid": "AC6c5223c64d62302b5a4650abbf790dc0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}