From f937bfc00b84ca7238e86934fb07c52e41ef6e58 Mon Sep 17 00:00:00 2001 From: Aidan Honor Date: Mon, 21 Oct 2024 20:58:04 -0400 Subject: [PATCH] remove (most likely lol) unused key from example config --- README.md | 3 +-- config.json.example | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81b66e0..887784c 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,7 @@ This can be used in conjunction with this example config.json file: "DB_PORT": 3306, "DB_USER": "root", "DB_PASSWORD": "iloveaidxnfun123", - "DB_NAME": "aidxnfun", - "PORT": 3000 + "DB_NAME": "aidxnfun" } ``` diff --git a/config.json.example b/config.json.example index 14a08ec..ecb0dbd 100644 --- a/config.json.example +++ b/config.json.example @@ -3,6 +3,5 @@ "DB_PORT": 3306, "DB_USER": "root", "DB_PASSWORD": "iloveaidxnfun123", - "DB_NAME": "aidxnfun", - "PORT": 3000 + "DB_NAME": "aidxnfun" } \ No newline at end of file