Comments sections/lines in a .env file #149
|
imagine we have a .env file like below: SOME_KEY=123
SOME_API_KEY=aabbcc # some notethen, the app reads the i want it to be simply |
Answered by
goatandsheep
Jun 28, 2021
Replies: 1 comment 1 reply
|
You cannot mix values and #comments on the same line. This is part of dotenv unfortunately. However you can on separate lines |
1 reply
Answer selected by
miyacoz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot mix values and #comments on the same line. This is part of dotenv unfortunately. However you can on separate lines