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