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.
1 parent 52a6f49 commit b1e496dCopy full SHA for b1e496d
services/redis-commander/config.json.j2
@@ -3,7 +3,7 @@
3
"label": "{{ label }}",
4
"host": "{{ host }}",
5
"port": "{{ port }}",
6
- {%- if username %}
+ {%- if username.lower() not in ["", "null", "none"] %}
7
"username": "{{ username }}",
8
{%- endif %}
9
"password": "{{ password }}",
0 commit comments