We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef04b8d commit 322ca5eCopy full SHA for 322ca5e
test.env
@@ -0,0 +1,21 @@
1
+DATABASE_URL postgres://user:pass@localhost:5432/dbname
2
+API_KEY = someapikey
3
+SECRET_KEY = this is a bad secret
4
+123TOKEN=abcdefg
5
+API-KEY=invalidformat
6
+PASSWORD="my"pass"word"
7
+REDIS_URL=redis://localhost:6379 # trailing comment
8
+BROKEN_VAR=
9
+DUPLICATE_KEY=value1
10
+DUPLICATE_KEY=value2
11
+UNICODE_TEST=✓🚫💥
12
+MULTILINE_VAR=This is a
13
+bad idea
14
+HOST_URL=${UNDEFINED_HOST}/path
15
+FEATURE_ENABLED=yes
16
+DEBUG_MODE=on
17
+ SPACED_VAR=value
18
+MISSING_EQUALS_SIGN somevalue
19
+BAD_QUOTES='unfinished
20
+INVALID_UTF8=\x80\x81\x82
21
+
0 commit comments