Skip to content

Commit

Permalink
minor README.md issue
Browse files Browse the repository at this point in the history
  • Loading branch information
azazeal committed Aug 30, 2021
1 parent f892ab1 commit d38c437
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ file of this repo.

`flycast` is configured via the following environment variables:

| Variable | Description | Default value |
| -------------- | ------------------------------------------------------------------------------------------------ | --------------- |
| `$APP` | Fly app to broadcast to. | `$FLY_APP_NAME` |
| `$PORT_GLOBAL` | Packets arriving on this port will be broadcasted to all instances of `$APP`. | `65535` |
| `$PORT_LOCAL` | Packets arriving on this port will be broadcasted to instances of `$APP` on the same region. | `65534` |
| `$PORT_RELAY` | `flycast` will broadcast packets to this port. | `65533` |
| `$PORT_HTTP` | The embedded web browser will run on this port with the health check accessible under `/health`. | `8080` |
| `$LOG_LEVEL` | Controls the verbosity of the logger. Valid values are `debug`, `info`, `warn`, `error`. | `info` |
| `$LOG_FORMAT` | When set to `json` instructs the logger to output JSON objects instead of raw text. | N/A |
| Variable | Description | Default value |
| -------------- | --------------------------------------------------------------------------------------------------------------------- | --------------- |
| `$APP` | Fly app to broadcast to. | `$FLY_APP_NAME` |
| `$PORT_GLOBAL` | Packets arriving on this port will be broadcasted to all instances of `$APP`. | `65535` |
| `$PORT_LOCAL` | Packets arriving on this port will be broadcasted to instances of `$APP` in the same region they were intercepted in. | `65534` |
| `$PORT_RELAY` | `flycast` will broadcast packets to this port. | `65533` |
| `$PORT_HTTP` | The embedded web browser will run on this port with the health check accessible under `/health`. | `8080` |
| `$LOG_LEVEL` | Controls the verbosity of the logger. Valid values are `debug`, `info`, `warn`, `error`. | `info` |
| `$LOG_FORMAT` | When set to `json` instructs the logger to output JSON objects instead of raw text. | N/A |

0 comments on commit d38c437

Please sign in to comment.