remove (most likely lol) unused key from example config

This commit is contained in:
Aidan Honor 2024-10-21 20:58:04 -04:00
parent bd5b483fd6
commit f937bfc00b
2 changed files with 2 additions and 4 deletions

View File

@ -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"
}
```

View File

@ -3,6 +3,5 @@
"DB_PORT": 3306,
"DB_USER": "root",
"DB_PASSWORD": "iloveaidxnfun123",
"DB_NAME": "aidxnfun",
"PORT": 3000
"DB_NAME": "aidxnfun"
}