mirror of
https://github.com/documenso/documenso
synced 2026-05-05 06:08:21 +00:00
14 lines
No EOL
298 B
Text
14 lines
No EOL
298 B
Text
#Database
|
|
DATABASE_URL=''
|
|
|
|
#URL
|
|
NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000'
|
|
|
|
#AUTH
|
|
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>' |