{
  "name": "user-service",
  "version": "2.9.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dhsTDM9354LItfYRRiBL"
  },
  "jwt_secret": "gpw3PuNhyS0TC6ZmWATD1xJEpfMdi3Hc",
  "api_keys": {
    "stripe": "sk_live_dt9xSy9bQksByY6HyIgVgErU",
    "sendgrid": "SG.OaQi37VdSEGU275x9O4XWD",
    "twilio_sid": "AC44b606b367fd976f81a5ba59dfe7021f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}