diff --git a/.env.example b/.env.example index fbd565382..d6fdf027a 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,13 @@ DATABASE_URL='' #URL -NEXT_PUBLIC_WEBAPP_URL='' +NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000' #AUTH -NEXTAUTH_SECRET='' \ No newline at end of file +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 ' \ No newline at end of file