fix(#888): http→https in forge_public_url doc comment example
This commit is contained in:
parent
d3ca857659
commit
30328a5184
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ struct StateSnapshot {
|
||||||
/// map`.
|
/// map`.
|
||||||
gateway_enabled: bool,
|
gateway_enabled: bool,
|
||||||
/// Public URL of the forge vhost served by hive-gateway (e.g.
|
/// 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
|
/// `HIVE_FORGE_PUBLIC_URL` env var, which the c0re NixOS module
|
||||||
/// sets when `forge.behindGateway = true`. `None` when absent —
|
/// sets when `forge.behindGateway = true`. `None` when absent —
|
||||||
/// the frontend falls back to `http://<hostname>:3000`.
|
/// the frontend falls back to `http://<hostname>:3000`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue