Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase 0.x onto main #20

Merged
merged 2 commits into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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