File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export WEB_ALLOWED_ORIGINS=http://localhost:8888,http://localhost:4200
12
12
13
13
# If you're running an instance of the application on a domain different than
14
14
# 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
16
16
17
17
# Key to sign and encrypt cookies with. Must be at least 32 bytes. Change this
18
18
# to a long, random string for production.
@@ -38,9 +38,9 @@ export TEST_DATABASE_URL=
38
38
# Run `./script/init-local-index.sh` to initialize this repo.
39
39
export GIT_REPO_URL = file://$PWD /tmp/index-bare
40
40
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
42
42
# 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
44
44
# crates.io instance, be sure to set the callback url for that application
45
45
# to the address `http://localhost:4200/authorize/github`.
46
46
export GH_CLIENT_ID =
You can’t perform that action at this time.
0 commit comments