-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from vipyrsec/remove-email
Remove email
- Loading branch information
Showing
7 changed files
with
329 additions
and
1,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,26 +34,3 @@ class _PyPI(EnvConfig, env_prefix="pypi_"): # pyright: ignore | |
|
||
|
||
PyPI = _PyPI() | ||
|
||
|
||
class _Mail(EnvConfig, env_prefix="mail_"): # pyright: ignore | ||
"""Environment variables that are core to the app itself.""" | ||
|
||
reply_to: str = "[email protected]" | ||
sender: str = "[email protected]" | ||
recipient: str = "[email protected]" | ||
|
||
|
||
Mail = _Mail() | ||
|
||
|
||
class _Microsoft(EnvConfig, env_prefix="microsoft_"): # pyright: ignore | ||
"""Environment variables for Microsoft.""" | ||
|
||
tenant_id: str = "" | ||
client_id: str = "" | ||
client_secret: str = "" | ||
scopes: list[str] = ["https://graph.microsoft.com/.default"] | ||
|
||
|
||
Microsoft = _Microsoft() |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.