tighten/lambo

Lambo option "--secure" does not update "APP_URL" in .env to "https://"

camya opened this issue · 2 comments

camya commented

This is about the lambo --secure option.

The APP_URL in the .env file could be updated to the https:// protocol, if the lambo option --secure or the config value SECURE=true is set.

At the moment, the APP_URL starts with http:// every time.

Hi @camya

I've marked this as a duplicate of #183 because I can only reproduce this bug when I set SECURE=true in ~/.lambo/config. When I pass --secure on the command line it works as expected.

So, from my testing, this looks like the same bug as #183-That boolean flags in ~/.lambo/config do not get applied.

Duplicate of #183