docs: add .env.example and document environment configuration#750
docs: add .env.example and document environment configuration#750manshusainishab wants to merge 8 commits intoOWASP:mainfrom
Conversation
|
@northdpole if this feels a improved onboarding experience please review. I am throughly reviewing the onboarding process as you mentioned in |
|
@northdpole is this feels a improvement or should we just close the PR. |
|
this is a good idea, let's also add the ability to load the dotenv when we run the service at least locally |
…development and update `.env.example` comments.
|
hey @northdpole, |
|
@northdpole updated the branch ready for the review |
|
hey, @northdpole its a quick reminder to please review or if any further changes required I am happy to make them. |
Closes #749
Summary
Adds
.env.exampleand updates README to document environment configuration.Changes
.env.examplewith placeholders for all supported environment variablesWhy
Improves onboarding and follows standard open-source configuration practices.
Testing
No runtime logic changed. Documentation-only improvement.