|
|
|
|
|
by whalesalad
1231 days ago
|
|
Yes! I’ve really disliked the tendency recently to treat .env files as a sidecar database versus being actual environment variables. Keeping them as KEY=value newline delimited text makes them far more versatile and usable in shell environments. |
|