docs: removes MONGODB_URI (#3482)

This commit is contained in:
Tylan Davis
2023-10-09 18:07:09 -04:00
committed by GitHub
parent ace3e577f6
commit 8bfae6b932
2 changed files with 3 additions and 3 deletions

View File

@@ -412,7 +412,7 @@ dotenv.config({
path: path.resolve(__dirname, '../.env'),
})
const { PAYLOAD_SECRET, MONGODB_URI } = process.env
const { PAYLOAD_SECRET } = process.env
const doAction = async (): Promise<void> => {
await payload.init({