Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chmod 600
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle authored Mar 13, 2023
1 parent 942ed0c commit 5ac9a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PASSWORD=secret
2. Protect the file from unauthorized access:

```shell
chmod 700 .env
chmod 600 .env
```

3. All the variables may also be read from the environment directly, so a `.env` file is not mandatory.
Expand Down

0 comments on commit 5ac9a42

Please sign in to comment.