remove dangling comma
This commit is contained in:
parent
aada4fd258
commit
3dd13b051c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue