diff --git a/.env b/.env new file mode 100644 index 00000000..bfd29ef4 --- /dev/null +++ b/.env @@ -0,0 +1,5 @@ +#API_HOST = http://localhost:7777/ +#REMOTE_CURRENT = http://localhost:7777/static/ +REACT_APP_API_HOST = https://pig.staging.vault48.org/ +REACT_APP_REMOTE_CURRENT = https://pig.staging.vault48.org/static/ +EXPOSE = 4000 diff --git a/.gitignore b/.gitignore index c5327e75..a0d7b1b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ /node_modules /npm-debug.log /.idea -/.env /dist