Skip to content

Commit

Permalink
Disable login by default
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer committed Sep 22, 2023
1 parent aa0b643 commit 72e7e21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/rocketmq_v1alpha1_rocketmq_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ spec:
- name: console
env:
- name: ROCKETMQ_CONFIG_LOGINREQUIRED
value: "true"
# if you want to enable login, set value to "true"
value: "false"
image: apacherocketmq/rocketmq-console:2.0.0
ports:
- containerPort: 8080
Expand Down

0 comments on commit 72e7e21

Please sign in to comment.