Skip to content

Commit 47e9143

Browse files
Update README.md
1 parent 2af5a77 commit 47e9143

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This fork was created so I could store/view historic changes to the .env file fo
1111

1212
Instead of outright replacing the old key/value pair in the .env file, instead we comment out the previous line, append a timecode of when it was modified, and add the new key/value pair below.
1313

14+
To enable history, add the following to your .env:
15+
16+
```
17+
ENVSET_HISTORY=true
18+
```
19+
1420
env example:
1521

1622
![Env file example](https://bottlenosecreative.com.au/wp-content/uploads/2020/05/set-env-example.jpg "Env file example")

0 commit comments

Comments
 (0)