File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,14 @@ export GIT_REPO_CHECKOUT=./tmp/index-co
38
38
# to the address `http://localhost:4200/authorize/github`.
39
39
export GH_CLIENT_ID =
40
40
export GH_CLIENT_SECRET =
41
+
42
+ # Credentials for configuring Mailgun. You can leave these commented out
43
+ # if you are not interested in actually sending emails. If left empty,
44
+ # a mock email will be sent to a file in your local '/tmp/' directory.
45
+ # If interested in setting up Mailgun to send emails, you will have
46
+ # to create an account with Mailgun and modify these manually.
47
+ # If running a crates mirror on heroku, you can instead add the Mailgun
48
+ # app to your instance and shouldn't have to mess with these.
49
+ # export MAILGUN_SMTP_LOGIN=
50
+ # export MAILGUN_SMTP_PASSWORD=
51
+ # export MAILGUN_SMTP_SERVER=
You can’t perform that action at this time.
0 commit comments