jocoso / Book-Club

A website for books enthusiast
https://book-club-8svz.onrender.com
0 stars 0 forks source link

Use Environment Variables for Sensitive Information #10

Closed sickcurse closed 1 month ago

sickcurse commented 1 month ago

Description: Protect sensitive information by configuring environment variables. Acceptance Criteria: Store sensitive information securely using environment variables. Ensure that sensitive information is not exposed in the codebase. Tasks: Configure .env file. Update code to use environment variables.