Skip to content

Commit 6be0846

Browse files
committed
Auto merge of #3822 - hi-rustin:rustin-patch-GitHub, r=Turbo87
Fix typo in env sample: github -> GitHub github -> GitHub
2 parents 630ecb2 + 76b1ab2 commit 6be0846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.sample

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export WEB_ALLOWED_ORIGINS=http://localhost:8888,http://localhost:4200
1212

1313
# If you're running an instance of the application on a domain different than
1414
# crates.io, uncomment this line and set the variable to your domain name.
15-
#export DOMAIN_NAME=staging.crates.io
15+
# export DOMAIN_NAME=staging.crates.io
1616

1717
# Key to sign and encrypt cookies with. Must be at least 32 bytes. Change this
1818
# to a long, random string for production.
@@ -38,9 +38,9 @@ export TEST_DATABASE_URL=
3838
# Run `./script/init-local-index.sh` to initialize this repo.
3939
export GIT_REPO_URL=file://$PWD/tmp/index-bare
4040

41-
# Credentials for talking to github. You can leave these blank if you're
41+
# Credentials for talking to GitHub. You can leave these blank if you're
4242
# not logging into your crates.io instance.
43-
# When registering a new application on github for use with your local
43+
# When registering a new application on GitHub for use with your local
4444
# crates.io instance, be sure to set the callback url for that application
4545
# to the address `http://localhost:4200/authorize/github`.
4646
export GH_CLIENT_ID=

0 commit comments

Comments
 (0)