We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f28a2 commit 047c234Copy full SHA for 047c234
cli/server.go
@@ -72,8 +72,7 @@ func server() *cobra.Command {
72
devFirstPassword string
73
devMemberEmail string
74
devMemberPassword string
75
-
76
- postgresURL string
+ postgresURL string
77
// provisionerDaemonCount is a uint8 to ensure a number > 0.
78
provisionerDaemonCount uint8
79
oauth2GithubClientID string
coderd/httpmw/apikey_test.go
@@ -10,7 +10,6 @@ import (
10
"time"
11
12
"github.com/google/uuid"
13
14
"github.com/stretchr/testify/require"
15
"golang.org/x/oauth2"
16
0 commit comments