2023-01-16 12:57:14 +01:00
|
|
|
#Database
|
|
|
|
|
DATABASE_URL=''
|
|
|
|
|
|
|
|
|
|
#URL
|
2023-02-09 12:11:21 +01:00
|
|
|
NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000'
|
2023-01-16 12:57:14 +01:00
|
|
|
|
|
|
|
|
#AUTH
|
2023-02-09 12:11:21 +01:00
|
|
|
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>'
|