We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d66f502 + 913c3ed commit 24db326Copy full SHA for 24db326
integration/integration.go
@@ -53,7 +53,6 @@ func StartCoder(ctx context.Context, t *testing.T, name string, useLicense bool)
53
Env: []string{
54
"CODER_HTTP_ADDRESS=0.0.0.0:3000", // Listen on all interfaces inside the container
55
"CODER_ACCESS_URL=http://localhost:3000", // Set explicitly to avoid creating try.coder.app URLs.
56
- "CODER_IN_MEMORY=true", // We don't necessarily care about real persistence here.
57
"CODER_TELEMETRY_ENABLE=false", // Avoid creating noise.
58
},
59
Labels: map[string]string{},
0 commit comments