-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat: Implement CHES email notification #1313
base: release-0.2.0
Are you sure you want to change the base?
Conversation
…on User-Selected Actions #1148
|
||
# CHES configuration | ||
self.config = { | ||
"AUTH_URL": os.getenv("CHES_AUTH_URL", ""), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently all of our ENV vars start with LCFS_ and are mapped into settings.py, should we follow that pattern here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to make sure we are good with a new ENV var pattern.
#1148
secrets can be found here.
lcfs-email-service-dev
note: view component is only for testing.