Skip to main content

max / makenotwork

server: add user_pages_host to the load-test Config literal The load test target has its own Config initializer that the integration build doesn't compile; Sando's cargo_test (all targets) caught the missing field. Keeps v0.10.2 (never promoted; host gate was red). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-13 18:13 UTC
Commit: 28a7bbbd38182896801b40ced7d47d2b91d23774
Parent: bc6f6ea
1 file changed, +1 insertion, -0 deletions
@@ -76,6 +76,7 @@ pub async fn run(config: LoadConfig) {
76 76 build_host_linux: None,
77 77 build_host_darwin: None,
78 78 cdn_base_url: None,
79 + user_pages_host: std::sync::Arc::from("u.localhost"),
79 80 postmark_inbound_webhook_token: None,
80 81 internal_shared_secret: None,
81 82 cli_service_token: None,