Add example for sensitive option
This commit is contained in:
parent
f2f8bc2db5
commit
3fc293d621
|
@ -25,3 +25,7 @@ You should only manually set this if auto-detection fails.
|
|||
`config.vagrant.sensitive` - (string, array) - Value or list of values that
|
||||
should not be displayed in Vagrant's output. Value(s) will be removed from
|
||||
Vagrant's normal UI output as well as logger output.
|
||||
|
||||
```ruby
|
||||
config.vagrant.sensitive = ["MySecretPassword", ENV["MY_TOKEN"]]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue