File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ Set your MCP credentials in the environment, and the initial password for hosts
45
45
On Windows there are multiple ways to set variables. You can do this by running the following in powershell:
46
46
47
47
``` powershell
48
- [Environment]::SetEnvironmentVariable(" MCP_USER", " <your-name>", "Process")
49
- [Environment]::SetEnvironmentVariable(" MCP_PASSWORD", " <your-password>", "Process")
50
- [Environment]::SetEnvironmentVariable(" MCP_SSH_BOOTSTRAP_PASSWORD", " <root-password>", "Process")
48
+ $env: MCP_USER= <your-name>
49
+ $env: MCP_PASSWORD= <your-password>
50
+ $env: MCP_SSH_BOOTSTRAP_PASSWORD= <root-password>
51
51
```
52
52
53
53
Alternatively, open the Configuration Panel and look for System settings. Then add system environment variables
You can’t perform that action at this time.
0 commit comments