From df50fab738151b45b9598cc797f15f6dd942f023 Mon Sep 17 00:00:00 2001 From: Tom Ruff Date: Mon, 23 Feb 2026 18:27:39 +0200 Subject: [PATCH] Update config.json.template --- config.json.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json.template b/config.json.template index 5e99897..73910e2 100644 --- a/config.json.template +++ b/config.json.template @@ -1,9 +1,9 @@ { "database": { "host": "mysql", - "user": "soldier_tracker", - "password": "your_secure_password_here", - "database": "emergency_tracker", + "user": "mysql_user", + "password": "mysql_strongPassword", + "database": "mysql_db", "connectionLimit": 10, "acquireTimeout": 60000, "timeout": 60000,