diff --git a/credentials.json b/credentials.json new file mode 100644 index 0000000..08409fa --- /dev/null +++ b/credentials.json @@ -0,0 +1,7 @@ +{ + "host": "localhost", + "port": 3306, + "username": "partdb", + "password": "password", + "database": "partdb" +}