diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..009bdd1 --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +PORT=5000 +MONGO_URI= +JWT_SECRET= \ No newline at end of file diff --git a/client/.env.example b/client/.env.example new file mode 100644 index 0000000..238de9f --- /dev/null +++ b/client/.env.example @@ -0,0 +1,5 @@ +REACT_APP_SERVER_DOMAIN=http://locahost:5000/api +REACT_APP_CLOUDINARY_BASE_URL= +REACT_APP_CLOUDINARY_CLOUD_NAME= +REACT_APP_CLOUDINARY_PRESET= +REACT_FORMIK_SECRET= \ No newline at end of file diff --git a/client/src/components/Contact.jsx b/client/src/components/Contact.jsx index d5fe3d4..c187baa 100644 --- a/client/src/components/Contact.jsx +++ b/client/src/components/Contact.jsx @@ -25,7 +25,7 @@ const Contact = () => {