You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually would never expect this to work. I've never seen this sort of interpolation in a .env file before. I do like the change, but I also want to be clear that this shard is not intended to be a bash-like ENV loader. This shard will eventually change #1 to be very specific to Lucky's needs.
But for now, I think this is a nice change and we can add it in 👍
Following ENV not work as expected.
the expected DB_NAME is product_line_report_development, but the actually is:
${APP_NAME}_${LUCKY_ENV}
.If
source ~/.env
use bash shell, the result is expected.So, i consider we should support this, give the user the least surprise
The text was updated successfully, but these errors were encountered: