max / makenotwork
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, |