Erin Allison

Results 24 comments of Erin Allison

tl;dr: The 5 listed are the "required" variables, though the `.env.example` file lists additional options which are likely to be things that are more commonly customized. There are a good...

My final 2 cents: > further improvements would be to make .env.example as minimum as possible, i.e, using DATABASE_URL instead of the whole POSTGRES_HOST, POSTGRES_USERNAME, etc... which i think everyone...

> Naah, I agree its great for readability but as an example, that takes too much space when it could be done in one line. I mean... its not like...

Yes, dots are okay, and "@" signs in the middle of a string are fine, just not as the first character of a token.