maishivamhoo123 opened a new pull request, #1464:
URL: https://github.com/apache/answer/pull/1464

   ### Summary
   This PR adds optional support for loading environment variables from a 
`.env` file to improve local development experience.
   
   ### Changes
   - Load `.env` file at startup if it exists (ignored if missing)
   - Add `.env.example` with empty default values
   - Add `.env` to `.gitignore`
   
   ### Backward Compatibility
   - No behavior change if `.env` is not present
   - Existing OS environment variables continue to work
   - Production and container-based deployments are unaffected
   
   ### Related Issue
   Closes #1450
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to