chore(create-payload-app): db user and password connection URI (#5853)

This commit is contained in:
Dan Ribbens
2024-04-15 16:40:31 -04:00
committed by GitHub
parent 4e4ccca02a
commit f21b394d21

View File

@@ -16,7 +16,7 @@ const dbChoiceRecord: Record<DbType, DbChoice> = {
value: 'mongodb',
},
postgres: {
dbConnectionPrefix: 'postgres://127.0.0.1:5432/',
dbConnectionPrefix: 'postgres://postgres:<password>@127.0.0.1:5432/',
title: 'PostgreSQL (beta)',
value: 'postgres',
},