docs: remove mongoURL mentions

This commit is contained in:
Elliot DeNolf
2023-10-08 22:26:40 -04:00
parent 8c097ccaa7
commit bdbfc8c9af
2 changed files with 0 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ const app = express()
const start = async () => {
await payload.init({
secret: 'PAYLOAD_SECRET_KEY',
mongoURL: 'mongodb://localhost/payload',
express: app,
})