Skip to content

Commit

Permalink
docs: Update supported-env-vars.md (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
EDIflyer authored Dec 10, 2023
1 parent 9cd3886 commit 1c8b9f5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/guide/supported-env-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ Configurations can be done with flags or environment variables. The table below
| Flag | Env Variable | Default |
| ------------------ | ----------------------- | ------- |
| `--addr` | `DOZZLE_ADDR` | `:8080` |
| `--auth-provider` | `DOZZLE_AUTH_PROVIDER` | false |
| `--base` | `DOZZLE_BASE` | `/` |
| `--enable-actions` | `DOZZLE_ENABLE_ACTIONS` | false |
| `--filter` | `DOZZLE_FILTER` | `""` |
| `--hostname` | `DOZZLE_HOSTNAME` | `""` |
| `--level` | `DOZZLE_LEVEL` | `info` |
| `--filter` | `DOZZLE_FILTER` | `""` |
| `--username` | `DOZZLE_USERNAME` | `""` |
| `--no-analytics` | `DOZZLE_NO_ANALYTICS` | false |
| `--password` | `DOZZLE_PASSWORD` | `""` |
| `--usernamefile` | `DOZZLE_USERNAME_FILE` | `""` |
| `--passwordfile` | `DOZZLE_PASSWORD_FILE` | `""` |
| `--no-analytics` | `DOZZLE_NO_ANALYTICS` | false |
| `--remote-host` | `DOZZLE_REMOTE_HOST` | `""` |
| `--enable-actions` | `DOZZLE_ENABLE_ACTIONS` | false |
| `--username` | `DOZZLE_USERNAME` | `""` |
| `--usernamefile` | `DOZZLE_USERNAME_FILE` | `""` |

0 comments on commit 1c8b9f5

Please sign in to comment.