diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 3c0061d..56d6efd 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -155,6 +155,13 @@ $config['routers']['router1']['auth'] = 'ssh-key'; ``` The passphrase option is not needed if the key is not passphrase protected. +### Output + +```php +$config['output']['show_command'] = true; +``` +Defines if the command used to get the output should be displayed or not. + ### Logs ```php |