on in render environent test

This commit is contained in:
Timur Ercan
2023-01-16 10:58:51 +01:00
parent fe3d8c1762
commit 0065539d3b
2 changed files with 4 additions and 4 deletions

6
.env
View File

@ -1,8 +1,8 @@
# Render Test DB Internal # Render Test DB Internal
DATABASE_URL="postgres://documenso_test_user:GnmLG14u12sd9zHsd4vVWwP40WneFJMo@dpg-cf2hljh4reb5o45oqpq0-a/documenso_test_e2i3" DATABASE_URL=""
#URL #URL
NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000' NEXT_PUBLIC_WEBAPP_URL=''
# Auth # Auth
NEXTAUTH_SECRET=say_lalisa_love_me_lalisa_love_me_hey NEXTAUTH_SECRET=""

2
package-lock.json generated
View File

@ -7063,7 +7063,7 @@
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-hook-form": "^7.41.5", "react-hook-form": "^7.41.5",
"sass": "*", "sass": "^1.57.1",
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.4",
"typescript": "4.8.4" "typescript": "4.8.4"
} }