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

Update integrations object and capitalized SMTP in project configur… #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 7 additions & 1 deletion docs/source/references/config_files/project/base_yml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ Integrations
Useful applications that can connect to Django, like `Sentry
<https://sentry.io/welcome/>`_, can be integrated into the project.

:integrations:
| Integrations for your project
| ``{object}`` which can have different integration's configurations as
subkeys

Emails
++++++++++++++++

Expand All @@ -240,7 +245,7 @@ emails from your project.
| ``boolean``

:emailPort:
| The port used by smtp server
| The port used by SMTP server
| ``integer``

:emailHostUser:
Expand Down Expand Up @@ -334,6 +339,7 @@ this.
emailPort: 587
emailHostUser: '[email protected]'
emailHostPassword: 'img@password'
integrations: {}
ipAddressRings:
- name: self
patterns:
Expand Down