From c00d878578113e4f77d62740a6fa48d2424b25ec Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:36:27 -0500 Subject: [PATCH] Update dfx-envars.mdx --- docs/cli-reference/dfx-envars.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/cli-reference/dfx-envars.mdx b/docs/cli-reference/dfx-envars.mdx index a4845569e7..4b9f0ea558 100644 --- a/docs/cli-reference/dfx-envars.mdx +++ b/docs/cli-reference/dfx-envars.mdx @@ -68,3 +68,11 @@ DFX_VERSION=0.13.1 dfx deploy --network ic ## DFX_DISABLE_QUERY_VERIFICATION Set this to a non-empty value to disable verification of replica-signed queries. + +## DFX_REPLICA_PATH + +Use the `DFX_REPLICA_PATH` environment variable to specify a file path to a local version of the replica. If this option is used, `canister_sandbox` and `sandbox_launcher` must be in the same directory with the desired replica version. + +## DFX_IC_STARTER_PATH + +Use the `DFX_IC_STARTER_PATH` environment variable to specify a file path to a local version of `ic-starter`.