Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Django Rest Framework API for Fyle Xero Integration
$ mv docker-compose.yml.template docker-compose.yml
```


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Add a security warning about sensitive environment variables.

Before listing the environment variables, add a warning section about properly securing sensitive information and not committing actual values to version control.

Add this section before the environment variables:

+> ⚠️ **Security Warning**: Never commit actual values of sensitive environment variables to version control. Use placeholder values in documentation and keep real credentials secure.
+
 * Setup environment variables in docker_compose.yml
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
> ⚠️ **Security Warning**: Never commit actual values of sensitive environment variables to version control. Use placeholder values in documentation and keep real credentials secure.
* Setup environment variables in docker_compose.yml

* Setup environment variables in docker_compose.yml

```yaml
Expand Down
Loading