You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During following the setup part of the app I was struggling to know what the env var names were. I ended up grepping for getenv to find them out. I have since realised they were in the section above doh!. Anyhow I was thinking of creating a .env-template and adding to the readme. Happy to raise a PR.
Also when searching for the env var I noticed some SMTP details, as this is a financial tool with access to sensitive stuff it did initially ring 'phone home' alarm bells for me. I see now it looks all innocent, perhaps some future feature for notifying of errors? Anyhow I think something in the readme would help here as well.
The text was updated successfully, but these errors were encountered:
Hi thanks for making a great app!
During following the setup part of the app I was struggling to know what the env var names were. I ended up grepping for
getenv
to find them out. I have since realised they were in the section above doh!. Anyhow I was thinking of creating a .env-template and adding to the readme. Happy to raise a PR.Also when searching for the env var I noticed some SMTP details, as this is a financial tool with access to sensitive stuff it did initially ring 'phone home' alarm bells for me. I see now it looks all innocent, perhaps some future feature for notifying of errors? Anyhow I think something in the readme would help here as well.
The text was updated successfully, but these errors were encountered: