Skip to content

Commit c0d646e

Browse files
committed
linted test environment doc
Signed-off-by: Rod Anami <[email protected]>
1 parent 40c093e commit c0d646e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Test-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
* Configure your Vault CLI environment
88

9-
```
9+
```shell
1010
# Should match the Vault listener configuration
1111
export VAULT_ADDR="http://127.0.0.1:8200"
1212
# Root CA certificate for HTTPS protocol
13-
export VAULT_CACERT=/path/ca.crt
13+
export VAULT_CACERT=/path/to/ca.crt
1414
# Location of the vault command
15-
export PATH=$PATH:/path/vault
15+
export PATH=$PATH:/path/to/vault
1616
```
1717

1818
* Modify Docker compose configuration on this file: `docker-compose.yaml`
@@ -163,7 +163,7 @@ api_addr = "http://127.0.0.1:8200"
163163

164164
* Modify `vault.json` to enable TLS and copy it to the Docker volume
165165

166-
```
166+
```json
167167
{
168168
...
169169
"listener": {

0 commit comments

Comments
 (0)