Gazebo_simulation-Frontend/node_modules/dotenv/tests/.env

19 lines
530 B
Bash
Raw Normal View History

2020-12-21 11:29:31 -04:00
NODE_ENV=development
BASIC=basic
# previous line intentionally left blank
AFTER_LINE=after_line
UNDEFINED_EXPAND=$TOTALLY_UNDEFINED_ENV_KEY
EMPTY=
SINGLE_QUOTES='single_quotes'
DOUBLE_QUOTES="double_quotes"
EXPAND_NEWLINES="expand\nnewlines"
DONT_EXPAND_NEWLINES_1=dontexpand\nnewlines
DONT_EXPAND_NEWLINES_2='dontexpand\nnewlines'
# COMMENTS=work
EQUAL_SIGNS=equals==
RETAIN_INNER_QUOTES={"foo": "bar"}
RETAIN_INNER_QUOTES_AS_STRING='{"foo": "bar"}'
INCLUDE_SPACE=some spaced out string
USERNAME="therealnerdybeast@example.tld"