Closed thePeras closed 4 months ago
Attention: Patch coverage is 0%
with 23 lines
in your changes missing coverage. Please review.
Project coverage is 16%. Comparing base (
8322384
) to head (440302e
).
What is the purpose of this PR? Why is this being done?
Personally, I think these values belong in a .env file or something similar.
Or maybe I should've put it this way: can the notifications worker not access the .env file?
@limwa I can explain in the next meeting, but basically in my attempt to load the .env, which was successful, the functions using the environment's variables still doesn't find the DotEnv instantiation. May theory is the package wasn't created for notifications workers. Also, I tried to explore more packages, but no luck. That's why I propose this way, not ideal, but fast, simple and with no security concerns.
Closes #1261