Skip to content

Commit

Permalink
Merge pull request #20 from computablefacts/0.x
Browse files Browse the repository at this point in the history
Rebase 0.x onto main
  • Loading branch information
csavelief authored May 17, 2024
2 parents 3fa9003 + 6440221 commit e194fb0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,17 @@ same thing at the same time.
AWS_USE_PATH_STYLE_ENDPOINT=false
AWS_BUCKET_PUBLIC=<your public bucket>
AWS_BUCKET_PRIVATE=<your private bucket>
# Emails (optional)
MAIL_MAILER=<your mailer>
MAIL_HOST=<your host>
MAIL_PORT=<your port>
MAIL_USERNAME=<your username>
MAIL_PASSWORD=<your password>
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=<your email address>
MAIL_FROM_NAME="${APP_NAME}"
# AdversaryMeter (optional)
AM_URL=https://sentinel.computablefacts.com
AM_IP_ADDRESSES=51.159.17.217,51.159.18.48,51.159.18.50,212.129.7.115
Expand Down

0 comments on commit e194fb0

Please sign in to comment.