Merge pull request #43 from mindcrime-ilab/develop

add parameterization for host and port
This commit is contained in:
Chris C
2020-11-20 17:20:11 -05:00
committed by GitHub
5 changed files with 229 additions and 3 deletions

View File

@ -137,6 +137,8 @@ Note that you can also add environment variables in the configuration file (i.e.
| `security.basic.username` | Username for Basic authentication | Required `""` |
| `security.basic.password-sha512` | Password's SHA512 hash for Basic authentication | Required `""` |
| `disable-monitoring-lock` | Whether to [disable the monitoring lock](#disable-monitoring-lock) | `false` |
| `web.address` | Address to listen on | `0.0.0.0` |
| `web.port` | Port to listen on | `8080` |
For Kubernetes configuration, see [Kubernetes](#kubernetes-alpha)