{
  "name": "user-service",
  "version": "1.5.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "12pnPiCas1SbM5eZSAf5"
  },
  "jwt_secret": "8WaUAXtCtOIBDy0T9Y3GP6S90GQqKQx5",
  "api_keys": {
    "stripe": "sk_live_rn2ymGXAWiRZTvmL6L9GNJYW",
    "sendgrid": "SG.h67XTBxhgrDTEdBNtsKaIU",
    "twilio_sid": "ACca269056caeb808de3b71a3fb8660e49"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}