Skip to content

Commit 9d4d5fd

Browse files
committed
Add Mailgun configuration variables to .env + explaination
1 parent fb90bf5 commit 9d4d5fd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.env.sample

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,14 @@ export GIT_REPO_CHECKOUT=./tmp/index-co
3838
# to the address `http://localhost:4200/authorize/github`.
3939
export GH_CLIENT_ID=
4040
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=

0 commit comments

Comments
 (0)