{
  "name": "user-service",
  "version": "1.4.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LV0A9BIoPzTnOEokIMl8"
  },
  "jwt_secret": "5R2P+w+sLXh64LReR5KQw4zKocVGyAkC",
  "api_keys": {
    "stripe": "sk_live_cJSTJsqgL5QWLjzRysQTuYmn",
    "sendgrid": "SG.74NSp4yE1BGCwtmTVjkcjf",
    "twilio_sid": "AC23f65935b2d0f2e1f446e72942685606"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}