diff --git a/.env.tpl b/.env.tpl new file mode 100644 index 0000000..715c058 --- /dev/null +++ b/.env.tpl @@ -0,0 +1,2 @@ +PORT=4000 +REACT_APP_API_URL=http://localhost:8081/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index a02353a..ff72136 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ coverage node_modules .DS_Store build +.env diff --git a/src/components/configuration/ConfigForm.tsx b/src/components/configuration/ConfigForm.tsx index edc91bb..fca6f09 100644 --- a/src/components/configuration/ConfigForm.tsx +++ b/src/components/configuration/ConfigForm.tsx @@ -35,7 +35,7 @@ const ConfigForm = (conf: ConfigProps) => {