Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix --env-file docs for valid quotes for defining values
  • Loading branch information
dygabo committed Mar 19, 2024
commit 4b248f4059ff0856676c380846b7229ed595cac2
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ Any text after a `#` is treated as a comment:
PORT=3000 # This is also a comment
```

Values can start and end with the following quotes: `\`, `"` or `'`.
Values can start and end with the following quotes: `` ` ``, `"` or `'`.
They are omitted from the values.

```text
Expand Down