From 67192f3d2d2a59891a64d74453727126d8542f86 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 9 Feb 2023 12:11:21 +0100 Subject: [PATCH] update env example --- .env.example | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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