Skip to content

Commit

Permalink
chore(app): remove unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Sep 12, 2024
1 parent 64550cc commit f0a2c9f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cmd/lk/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,12 @@ var (
},
&cli.StringFlag{
// Use "http://cloud-api.livekit.run" in local dev
// Use "https://cloud-api-server-staging.ochicago1a.staging.livekit.app" in staging
Name: "server-url",
Value: cloudAPIServerURL,
Destination: &serverURL,
Hidden: true,
},
&cli.StringFlag{
// Use "https://cloud.livekit.run" in local dev
Name: "dashboard-url",
Value: cloudDashboardURL,
Destination: &dashboardURL,
Hidden: true,
},
},
},
{
Expand Down

0 comments on commit f0a2c9f

Please sign in to comment.