From 3dd13b051cbe16323b0ef25ee369b16432666ac5 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 19 Oct 2024 18:12:32 -0500 Subject: [PATCH] remove dangling comma --- kubernetes/apps/database/emqx/cluster/resources/emqx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/database/emqx/cluster/resources/emqx.conf b/kubernetes/apps/database/emqx/cluster/resources/emqx.conf index fdbe037c..d3f29818 100644 --- a/kubernetes/apps/database/emqx/cluster/resources/emqx.conf +++ b/kubernetes/apps/database/emqx/cluster/resources/emqx.conf @@ -2,7 +2,7 @@ authentication { backend = "built_in_database" mechanism = "password_based" password_hash_algorithm { - name = "bcrypt", + name = "bcrypt" } user_id_type = "username" bootstrap_file = "/opt/init-user.json"