unbreak json
This commit is contained in:
parent
f0d3933cd0
commit
11470b3ddd
1 changed files with 3 additions and 3 deletions
|
@ -44,17 +44,17 @@ spec:
|
||||||
{
|
{
|
||||||
"user_id": "tasmota",
|
"user_id": "tasmota",
|
||||||
"password": "{{ .x_emqx_tasmota_password }}",
|
"password": "{{ .x_emqx_tasmota_password }}",
|
||||||
"is_superuser": true # Until I can figure out authorization in emqx
|
"is_superuser": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"user_id": "zwave",
|
"user_id": "zwave",
|
||||||
"password": "{{ .x_emqx_homeassistant_password }}",
|
"password": "{{ .x_emqx_homeassistant_password }}",
|
||||||
"is_superuser": true # Until I can figure out authorization in emqx
|
"is_superuser": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"user_id": "zwave",
|
"user_id": "zwave",
|
||||||
"password": "{{ .x_emqx_zwave_password }}",
|
"password": "{{ .x_emqx_zwave_password }}",
|
||||||
"is_superuser": true # Until I can figure out authorization in emqx
|
"is_superuser": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue