We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
direnv
1 parent b1c862d commit 937eddcCopy full SHA for 937eddc
.envrc
@@ -12,3 +12,6 @@ export AVALANCHEGO_PATH=$PWD/build/avalanchego
12
# Configure the local plugin directory for both avalanchego and tmpnet usage
13
mkdir -p $PWD/build/plugins # avalanchego will FATAL if the directory does not exist
14
export AVAGO_PLUGIN_DIR="${AVAGO_PLUGIN_DIR:-$PWD/build/plugins}" # Use an existing value if set
15
+
16
+# Allow individuals to add their own customisation
17
+source_env_if_exists .envrc.local
.gitignore
@@ -64,3 +64,5 @@ vendor
64
**/testdata
65
66
.direnv
67
+# Personal extension to .envrc
68
+.envrc.local
0 commit comments