From ad59128f0e74ddb7b198318fbec294ef1ce19635 Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Thu, 5 Feb 2026 22:49:46 +0300 Subject: [PATCH] Make config example password explicit --- config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index c4b062b..44bdd4f 100644 --- a/config.example.json +++ b/config.example.json @@ -6,7 +6,7 @@ "database_dsn": "", "database": { "user": "reanimator", - "password": "reanimator", + "password": "changeme", "host": "127.0.0.1", "port": 3306, "name": "reanimator",