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've recently upgraded to the latest release and it seems that passing --uglyURLs="true" in the cli doesn't work anymore - i.e., the value of uglyURLs is always 'false'. My workaround atm is to add uglyURLs = true to the config.
FYI this used to work in 0.30.x.
The text was updated successfully, but these errors were encountered:
We will check this out, eventually, but having all these as CLI flags was probably a mistake, as it clutters up the CLI API. They belong in the config, and if you really want to do this you can pass it as OS env vars:
Hi,
I've recently upgraded to the latest release and it seems that passing --uglyURLs="true" in the cli doesn't work anymore - i.e., the value of uglyURLs is always 'false'. My workaround atm is to add
uglyURLs = true
to the config.FYI this used to work in 0.30.x.
The text was updated successfully, but these errors were encountered: