From 1797dfa577ad213082ed73435f908ee57b91ca83 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Mar 2022 14:26:22 +0100 Subject: [PATCH] Update credentials.json --- conf/credentials.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/credentials.json b/conf/credentials.json index eb17770..8c3c56e 100644 --- a/conf/credentials.json +++ b/conf/credentials.json @@ -26,7 +26,7 @@ "user" : "__DB_USER__", "host" : "localhost", "password": "__DB_PWD__", - "database": "__DB_USER__", + "database": "__DB_NAME__", "charset" : "utf8mb4" },