onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fixed emqx config file #8184

Closed MatthewStockdale closed 4 days ago

MatthewStockdale commented 4 days ago

having a comma after 'name = "bcrypt"' breaks the emqx container with the following error on initialize

[error]: {parse_error,#{line => 11,reason => "syntax error before: endobj",file => "/opt/emqx/etc/emqx.conf"}}

ERROR: call_hocon_failed: -s emqx_conf_schema -c /opt/emqx/etc/emqx.conf multi_get node.data_dir node.name node.cookie node.db_backend cluster.proto_dist node.dist_net_ticktime

Line 11 is the bcrypt line.

Remove the comma and it fires right up.

onedr0p commented 4 days ago

nice find, thanks!