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

Added mail api url to config #499

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added mail api url to config #499

wants to merge 1 commit into from

Conversation

guffee23
Copy link
Contributor

Closes #494

Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/sbl_filing_api
  config.py
Project Total  

This report was generated by python-coverage-comment-action

@@ -77,7 +77,8 @@ env = [
"FS_UPLOAD_CONFIG__ROOT=../upload",
"FS_UPLOAD_CONFIG__MKDIR=true",
"FS_DOWNLOAD_CONFIG__PROTOCOL=file",
"ENV=TEST"
"ENV=TEST",
"MAIL_API_URL=http://mail-api:8765/internal/confirmation/send"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This conflicts with MAIL_API added to sbl-project. Will need to either update that one to MAIL_API_URL, or change these to MAIL_API.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like MAIL_API_URL, thinking about it. I'll update my stories for the helm charts, do you want to create a new story and fix it in sbl-project since I already approved and merged there (hadn't looked at these yet).

My bad, didn't keep consistent myself between stories. So let's go with this since filing-api is the one using it and everything will be done with this PR then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mail_url to the config.py
2 participants