mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
update env example
This commit is contained in:
10
.env.example
10
.env.example
@ -2,7 +2,13 @@
|
||||
DATABASE_URL=''
|
||||
|
||||
#URL
|
||||
NEXT_PUBLIC_WEBAPP_URL=''
|
||||
NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000'
|
||||
|
||||
#AUTH
|
||||
NEXTAUTH_SECRET=''
|
||||
NEXTAUTH_SECRET='lorem ipsum sit dolor random string for encryption this could literally be anything'
|
||||
|
||||
NEXTAUTH_URL='http://localhost:3000'
|
||||
|
||||
#MAIL
|
||||
SENDGRID_API_KEY=''
|
||||
MAIL_FROM='Documenso <noreply@documenso.com>'
|
||||
Reference in New Issue
Block a user