Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 76a1db6

Browse files
Env file
1 parent 7723e30 commit 76a1db6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎.env‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /