mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-24 16:09:03 +01:00
edf466c7c9
Using environment variables for secret data like passwords is an anti-pattern as they can easily leak. It's much safer to maintain the data as a file. To prevent accidental commits of the password file, we are adding a `.gitignore` file.
2 lines
9 B
Plaintext
2 lines
9 B
Plaintext
secret.*
|