Files
payload/packages/db-mongodb/src/testCredentials.ts
Alessio Gravili ae7d6f97d2 chore: formatting and linting (#3261)
* chore: lint packages/payload

* chore: lint packages/db-postgres

* chore: lint packages/db-mongodb

* chore: update eslintrc exclusion rules

* chore: update eslintrc exclusion rules

* chore: lint misc files

* chore: run prettier through packages

* chore: run eslint on payload again

* chore: prettier misc files

* chore: prettier docs
2023-09-01 17:39:44 +02:00

8 lines
171 B
TypeScript

export const email = 'test@test.com'
export const password = 'test123'
export const connection = {
name: 'payloadmemory',
port: 27018,
url: 'mongodb://127.0.0.1',
}