Skip to content

Instantly share code, notes, and snippets.

@bfgits
Last active June 19, 2023 06:17
Show Gist options
  • Save bfgits/46c3cf097f153e12f07a3b6fe6b4231a to your computer and use it in GitHub Desktop.
Save bfgits/46c3cf097f153e12f07a3b6fe6b4231a to your computer and use it in GitHub Desktop.
AA=aa
aB=lafdjlj
A_URL=https://www.github.com/
TEAMS_WEBHOOK=https://test11.webhook.office.com/webhookb2/fasfafa@b4f51
# dotenv posix
# This line is a comment, The above line is a directive
COMMENT=This-#-is-a-character # This is a comment
COMMENT2=This-#-is-a-character
UNQUOTED=value1 # Spaces and some special characters cannot be used
SINGLE_QUOTED='value 2' # Cannot use single quote
SINGLE_QUOTED2='value 2'
DOUBLE_QUOTED="value 3" # Some special characters need to be escaped
DOUBLE_QUOTED2="value 3"
TEAMS_WEBHOOK2="https://${TEAMS_WEBHOOK}/url2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment