remove dangling comma

This commit is contained in:
Joseph Hanson 2024-10-19 18:12:32 -05:00
parent aada4fd258
commit 3dd13b051c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -2,7 +2,7 @@ authentication {
backend = "built_in_database" backend = "built_in_database"
mechanism = "password_based" mechanism = "password_based"
password_hash_algorithm { password_hash_algorithm {
name = "bcrypt", name = "bcrypt"
} }
user_id_type = "username" user_id_type = "username"
bootstrap_file = "/opt/init-user.json" bootstrap_file = "/opt/init-user.json"