mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
fixes file path option in samples (#5377)
fixes file path option in samples
This commit is contained in:
parent
fb78c23476
commit
717165babd
@ -40,7 +40,7 @@ $ curl \
|
||||
"type": "file",
|
||||
"description": "Store logs in a file",
|
||||
"options": {
|
||||
"path": "/var/log/vault.log"
|
||||
"file_path": "/var/log/vault.log"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -83,7 +83,7 @@ relevant functionality is only supported in Vault Enterprise:
|
||||
{
|
||||
"type": "file",
|
||||
"options": {
|
||||
"path": "/var/log/vault/log"
|
||||
"file_path": "/var/log/vault/log"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user