Skip to content

Commit 6adc19e

Browse files
itadityatheskumar
authored andcommitted
docs: Add example of mutiline value for a variable (theskumar#85)
Thanks @itaditya
1 parent 6eb1698 commit 6adc19e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ ignored.
9191
SOME_VAR=someval
9292
# I am a comment and that is OK
9393
FOO="BAR"
94+
MULTILINE_VAR="hello\nworld"
9495
9596
``.env`` can interpolate variables using POSIX variable expansion, variables
9697
are replaced from the environment first or from other values in the ``.env``

0 commit comments

Comments
 (0)