Skip to content

Commit

Permalink
disable control plane by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliMatharaarachchi committed Mar 1, 2024
1 parent 18a017c commit ce865b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-controller/internal/config/default_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var defaultConfig = &Config{
Environment: "Default",
InternalAPIServer: internalAPIServer{Port: 18003},
ControlPlane: controlplane{
Enabled: true,
Enabled: false,
Host: "localhost",
EventPort: 18000,
RestPort: 18001,
Expand Down

0 comments on commit ce865b3

Please sign in to comment.