From 2aab3c0ceb444031096f82d774b7cf9d279f1374 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 31 Mar 2025 20:32:47 -0400 Subject: [PATCH] Added config file for db --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..62f535a --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "host": "localhost", + "database": "icarus", + "username": "username", + "password": "password" +}