From a60e3063d191ed06a3c397d504fe128f801d93b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sun, 26 Feb 2023 12:15:12 +0100 Subject: [PATCH] remove credentials --- credentials.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 credentials.json diff --git a/credentials.json b/credentials.json deleted file mode 100644 index 08409fa..0000000 --- a/credentials.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "host": "localhost", - "port": 3306, - "username": "partdb", - "password": "password", - "database": "partdb" -}