From 203cc179e73cb5ed14293cda308391209170fc7b Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Tue, 2 May 2023 18:47:12 +0200 Subject: [PATCH] Fixing the example configuration. --- burguillos_info.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/burguillos_info.json.example b/burguillos_info.json.example index c914b43..1d579da 100644 --- a/burguillos_info.json.example +++ b/burguillos_info.json.example @@ -1,6 +1,6 @@ { "secrets": ["secret_change_for_pwgen_generated_one_with_at_least 255 chars"], - "bcrypt_pass_stats": ["change_for_bcrypted_password"], + "bcrypt_pass_stats": "change_for_bcrypted_password", "db": { "database": "example" },