{
  "name": "user-service",
  "version": "3.9.24",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tG0y9dirB8hMOxgp7K3R"
  },
  "jwt_secret": "2a3W2z9F1XimffrsC7Fhxu1bO1kAAbEo",
  "api_keys": {
    "stripe": "sk_live_gEVZsvl4zfr5EiqvkYAKuKvW",
    "sendgrid": "SG.7z5+earkGsyGF1tISVeSXW",
    "twilio_sid": "AC41fbec63d2685a74880a008afbd4c409"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}