updated readme/gitignore
This commit is contained in:
parent
c7ef520d46
commit
ad360da2f6
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
#Docs
|
||||
docs
|
||||
|
||||
ssl/*
|
||||
|
||||
bigip/*
|
||||
|
||||
config.json
|
||||
|
|
|
@ -63,6 +63,8 @@ docker run --name webssh2 -d -p 2222:2222 webssh2
|
|||
|
||||
* **allowreplay** - _boolean_ - Allow use of password replay feature, example `allowreplay: true`
|
||||
|
||||
* **mrhsession** - _string_ - Can be used to pass APM session for event correlation `mrhsession: abc123`
|
||||
|
||||
## Config File Options
|
||||
`config.json` contains several options which may be specified to customize to your needs, vs editing the javascript directly. This is JSON format so mind your spacing, brackets, etc...
|
||||
|
||||
|
|
Loading…
Reference in a new issue