Skip to content

Commit c27ef66

Browse files
authored
Update README.md
1 parent 03eda4f commit c27ef66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ services:
3535
```
3636
# Environment Variables
3737

38-
This project requires certain environment variables to be set for proper configuration. These variables include sensitive information such as database credentials. To securely manage these variables, we follow a specific approach.
3938
Ensure that you have a `.env.sample` file same directory as the `docker-compose.yml` file.
4039
Open the `.env.sample` file in a text editor.
4140
Provide placeholders for the required environment variables in the `.env.sample` file. Do not include any actual sensitive information in this file. Here's an example of how the `.env.sample` file should look:

0 commit comments

Comments
 (0)