Skip to content

Commit

Permalink
Update deployment.md
Browse files Browse the repository at this point in the history
added note for handling environment variables in NodeJS deployment section
  • Loading branch information
Danvictorgithub authored Jan 8, 2025
1 parent 899c991 commit 087c7b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nodeJS/express/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ Can deploy databases only.
- [Aiven documentation](https://aiven.io/docs/get-started)
- [Guide: Connect a Node.js application to Aiven](https://aiven.io/docs/products/postgresql/howto/connect-node)

<div class="lesson-note lesson-note--tip" markdown="1">

#### Keep your secrets safe!

This guide provides a sample for configuring a database connection. Please do not store credentials directly in your code. Refer to the [Environment Variables](https://www.theodinproject.com/lessons/nodejs-environment-variables) section for best practices.

</div>

---

### Debugging and troubleshooting deployments
Expand Down

0 comments on commit 087c7b6

Please sign in to comment.