You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ services:
35
35
```
36
36
# Environment Variables
37
37
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.
39
38
Ensure that you have a `.env.sample` file same directory as the `docker-compose.yml` file.
40
39
Open the `.env.sample` file in a text editor.
41
40
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