updated readme/gitignore

This commit is contained in:
billchurch 2018-02-10 14:38:30 -05:00
parent c7ef520d46
commit ad360da2f6
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,6 +1,8 @@
#Docs
docs
ssl/*
bigip/*
config.json

View file

@ -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...