Skip to content

Commit 495f122

Browse files
Updated SESSION_KEY comment and repositioned S3_REGION comment
1 parent 172729a commit 495f122

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.env.sample

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ export DATABASE_URL=
66
# If you are running a mirror of crates.io, uncomment this line.
77
# export MIRROR=1
88

9-
# Key to sign and encrypt cookies with. Change this to a long, random string
10-
# for production.
11-
export SESSION_KEY=badkey
9+
# Key to sign and encrypt cookies with. Must be at least 32 bytes. Change this
10+
# to a long, random string for production.
11+
export SESSION_KEY=badkeyabcdefghijklmnopqrstuvwxyzabcdef
1212

1313
# If you will be running the tests, set this to another database that you
1414
# have created. For example, if your test database is named
@@ -22,7 +22,8 @@ export TEST_DATABASE_URL=
2222
# export S3_BUCKET=
2323
# export S3_ACCESS_KEY=
2424
# export S3_SECRET_KEY=
25-
# export S3_REGION= # not needed if the S3 bucket is in US standard
25+
# not needed if the S3 bucket is in US standard
26+
# export S3_REGION=
2627

2728
# Remote and local locations of the registry index. You can leave these to
2829
# use a `tmp` subdirectory of the working directory, which is what the

0 commit comments

Comments
 (0)