mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
fixes file path option in samples (#5377)
fixes file path option in samples
This commit is contained in:
parent
fb78c23476
commit
717165babd
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue