fix: add db auth details

This commit is contained in:
Catalin Pit
2024-07-24 11:54:29 +03:00
parent a6260fd18b
commit b172ac5834

View File

@ -22,6 +22,9 @@ NEXT_PUBLIC_WEBAPP_URL="http://localhost:3000"
NEXT_PUBLIC_MARKETING_URL="http://localhost:3001"
# [[DATABASE]]
POSTGRES_USER="user"
POSTGRES_PASSWORD="changeme"
POSTGRES_DB=documenso
NEXT_PRIVATE_DATABASE_URL="postgres://documenso:password@127.0.0.1:54320/documenso"
# Defines the URL to use for the database when running migrations and other commands that won't work with a connection pool.
NEXT_PRIVATE_DIRECT_DATABASE_URL="postgres://documenso:password@127.0.0.1:54320/documenso"