mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
delete and ignore env
This commit is contained in:
parent
d33a054b40
commit
ab01de88b7
2 changed files with 1 additions and 8 deletions
8
.env
8
.env
|
|
@ -1,8 +0,0 @@
|
|||
# Render Test DB Internal
|
||||
DATABASE_URL="postgres://documenso_test_user:GnmLG14u12sd9zHsd4vVWwP40WneFJMo@dpg-cf2hljh4reb5o45oqpq0-a.oregon-postgres.render.com/documenso_test_e2i3"
|
||||
|
||||
#URL
|
||||
NEXT_PUBLIC_WEBAPP_URL=''
|
||||
|
||||
# Auth
|
||||
NEXTAUTH_SECRET=""
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -34,3 +34,4 @@ yarn-error.log*
|
|||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
.env
|
||||
|
|
|
|||
Loading…
Reference in a new issue