From 99ad35f618bad8aa28d9b3a90c3b4d9d8508fc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 23 Jan 2023 14:06:25 +0100 Subject: [PATCH] conf: add example credentials --- credentials.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 credentials.json 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" +}