You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Infrastructure variables (database, signer address, ports, TLS, unlocker, …) are read on
43
+
> **every** boot as usual. The wallet addresses are an exception: like the other settings they
44
+
> are seeded on first boot and then sourced from the stored row (env is only a fallback when the
45
+
> stored value is empty).
44
46
45
47
## Seed environment variables
46
48
@@ -73,6 +75,12 @@ is unset on first boot.
73
75
|`ARKD_MIN_BUILD_VERSION_HEADER`|`build_version_header`| min accepted client build version, semver (e.g. `v2.3.4`); empty = no minimum |`""`|
74
76
|`ARKD_MIN_BUILD_VERSION_HEADER_REQUIRED`|`build_version_header_required`| bool; if `true`, clients must send a valid `X-Build-Version` header (requires `build_version_header`) |`false`|
75
77
|`ARKD_DIGEST_HEADER_REQUIRED`|`digest_header_required`| bool; if `true`, clients must send a matching `X-Digest` header |`false`|
0 commit comments