| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When no project URL is configured, the --url flag falls back to its default of http://localhost:7880, and that default was getting printed as "Project URL" in the token output. That's confusing since the user didn't configure anything. Now we skip the URL line if it wasn't explicitly set.
| Back | FazBrowse Home | New Git URL |
Fixes #800.
The --url flag defaults to http://localhost:7880 for dev convenience, but that default was getting printed as "Project URL" in lk token create output even when the user never configured a URL. Confusing, since it implies the token is tied to that server when really it isn't.
Now we skip the "Project URL" line if the URL wasn't explicitly set. If the user passes --url or sets LIVEKIT_URL, it still shows up as before.
Before:
After (when no URL configured):