Skip to content

Commit

Permalink
chore: Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Jun 29, 2023
1 parent 32c6064 commit 0919c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Wave can be configured via configuration (`.env`) file, environment variables or
| H2O_WAVE_TLS_KEY_FILE | -tls-key-file string | path to private key file (TLS only) |
| H2O_WAVE_NO_TLS_VERIFY [^1] | -no-tls-verify | do not verify TLS certificates during external communication - DO NOT USE IN PRODUCTION |
| | -version | print version and exit |
| H2O_WAVE_KEEP_APP_LIVE [^1] | -keep-app-live | do not unregister unresponsive apps (default false) |
| H2O_WAVE_KEEP_APP_LIVE [^1] | -keep-app-live | do not unregister unresponsive apps (default false) |
| H2O_WAVE_WEB_DIR | -web-dir string | directory to serve web assets from (default "./www") |
| H2O_WAVE_CONF | -conf string | path to a configuration file (default ".env") |
[^1]: `1`, `t`, `true` to enable; `0`, `f`, `false` to disable (case insensitive).
Expand Down

0 comments on commit 0919c13

Please sign in to comment.