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