Skip to content

Commit

Permalink
change PORT to TERRABOARD_PORT in README.md (#79)
Browse files Browse the repository at this point in the history
This seems to be an oversight in the README, config/config.go references TERRABOARD_PORT
  • Loading branch information
Jim Sheldon authored Feb 12, 2020
1 parent 46d75cb commit 8ba7346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The precedence of configurations is as described below.
|CLI|ENV|YAML|Description|Default|
|---|---|----|-----------|-------|
|`-V` or `--version`| - | - | Prints version | - |
|`-p` or `--port`|`PORT`|`web.port`|Port to listen on| 8080 |
|`-p` or `--port`|`TERRABOARD_PORT`|`web.port`|Port to listen on| 8080 |
|`-c` or `--config-file`|`CONFIG_FILE`|-|Config File path| - |
|`-l` or `--log-level` | `TERRABOARD_LOG_LEVEL` | `log.level` | Set log level (debug, info, warn, error, fatal, panic) | info |
|`--log-format` | `TERRABOARD_LOG_FORMAT` | `log.format` | Set log format (plain, json) | plain |
Expand Down

0 comments on commit 8ba7346

Please sign in to comment.