fix(#888): http→https in forge_public_url doc comment example

This commit is contained in:
iris 2026-05-31 22:08:59 +02:00
commit 30328a5184

View file

@ -251,7 +251,7 @@ struct StateSnapshot {
/// map`.
gateway_enabled: bool,
/// Public URL of the forge vhost served by hive-gateway (e.g.
/// `"http://forge.pr1ma.darkest.space"`). Sourced from the
/// `"https://forge.pr1ma.darkest.space"`). Sourced from the
/// `HIVE_FORGE_PUBLIC_URL` env var, which the c0re NixOS module
/// sets when `forge.behindGateway = true`. `None` when absent —
/// the frontend falls back to `http://<hostname>:3000`.