multiline values in envFile #1116
Labels
feature-request
Request for new features or functionality
good first issue
Issues identified as good for first-time contributors
hacktoberfest
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Is your feature request related to a problem? Please describe.
I am limited in my java application debugging because I need to set a "multiline" value for an environment variable.
Multiline values are supported in other .env implementations like:
Describe the feature you'd like
I would be satisfied with multiline support offered by the dotenv library for .env files. This would greatly help debugging java applications.
It will look like this, where
\n
characters separate the lines.The text was updated successfully, but these errors were encountered: