File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,16 +101,16 @@ as if it simply didn't exist.
101101
102102## Other Solutions to The "Sensitive Information" Problem
103103
104- In every case, every solution to the "sensitive information" problem follows the
105- same fundamental pattern:
104+ Every solution to the "sensitive information" problem follows the same
105+ fundamental pattern:
106106
1071071 . Separate your sensitive information from your program
1081082 . Have your program load the file with sensitive information
1091093 . Tell git to ignore that file
110110
111- That said, dotenv isn't the only solution to this problem. There
112- are other gems like [ figaro] ( https://github.com/laserlemon/figaro ) which do
113- much the same thing, for example.
111+ That said, dotenv isn't the only solution. There are other gems like
112+ [ figaro] ( https://github.com/laserlemon/figaro ) which are very similar to dotenv,
113+ for example.
114114
115115If you don't want to or can't use a gem to separate sensitive information from
116116your project, there are a few other options. A common pattern is to create a
You can’t perform that action at this time.
0 commit comments