diff --git a/.env b/.env index 17c0897..7887fd4 100644 --- a/.env +++ b/.env @@ -1,2 +1,3 @@ NODE_ENV=development -FRONTEND_URL=http://localhost:3000 \ No newline at end of file +FRONTEND_URL=https://lively-gumdrop-2fc804.netlify.app/#/EventHive + diff --git a/.gitignore b/.gitignore index 103377b..c27ef78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ client/ -.DS_Store \ No newline at end of file +.DS_Store +.env \ No newline at end of file