From f15c2f9ff26d9b9bb547fc3c7066bb9e135e1eb0 Mon Sep 17 00:00:00 2001 From: tracer Date: Fri, 21 Oct 2022 19:55:06 +0200 Subject: [PATCH] just names changed --- config.json.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json.sample b/config.json.sample index 4ade236..f7fbf86 100644 --- a/config.json.sample +++ b/config.json.sample @@ -1,7 +1,7 @@ { "dbHost": "localhost", "dbPort": 3306, - "dbDatabase": "tracer_db1", - "dbUser": "tracer_db1", + "dbDatabase": "tracer_addressbook", + "dbUser": "tracer_addressbook", "dbPassword": "secret", } \ No newline at end of file