{
  "name": "user-service",
  "version": "2.9.22",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GtKXYRrtx4Pqow3k0cRm"
  },
  "jwt_secret": "0M7TQAT0J8xI9/ZIQWjDTc9C1RIxIBt3",
  "api_keys": {
    "stripe": "sk_live_aa0Wx7fqNz5Y6P1k4cdCEJdX",
    "sendgrid": "SG.BgLGP0XqpuWftjcDLkHQFE",
    "twilio_sid": "ACdef05e0fe475e7711f9457cafedba9dc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}