Closed julien51 closed 4 years ago
In locksmith we sometimes load .env.dev.local and sometimes .env. We need to normalize this to always use .env. See https://github.com/unlock-protocol/unlock/pull/5746#pullrequestreview-344844456
.env.dev.local
.env
I think this is now cleaned up.
In locksmith we sometimes load
.env.dev.local
and sometimes.env
. We need to normalize this to always use.env
. See https://github.com/unlock-protocol/unlock/pull/5746#pullrequestreview-344844456