catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 1.3.4] Securely configure environment variables on Heroku. #125

Closed catapam closed 1 month ago

catapam commented 2 months ago

Configure environment variables on Heroku to securely manage sensitive information and application settings.

Acceptance Criteria:

Steps:

  1. Identify all sensitive environment variables (e.g., SECRET_KEY, DATABASE_URL, etc.).
  2. Use the Heroku CLI or Heroku Dashboard to securely set these variables.
  3. Test the application to ensure it runs correctly with the configured variables.
  4. Ensure no sensitive information is left in the codebase.
  5. Document the environment variable configuration process.

Linked Issues:

Next task:
Previous task: