Fixing the example configuration.

This commit is contained in:
sergiotarxz 2023-05-02 18:47:12 +02:00
parent 98f1a6c020
commit 203cc179e7
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},