db live url

This commit is contained in:
Timur Ercan
2023-01-05 15:43:22 +01:00
parent 354a462565
commit 89ddc33499

View File

@ -1,5 +1,6 @@
# Database
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/documenso_live?schema=public"
# LIVE
DATABASE_URL="postgres://documenso_live:nsdzt5hrSIJXpqsGufa1kxvrNKbEC7pd@dpg-cdpbkkta499b1lmtodig-a.oregon-postgres.render.com/documenso_live"
# Host
NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000'