diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..f01cf3b --- /dev/null +++ b/.env.production @@ -0,0 +1,4 @@ +REACT_APP_DEPLOYMENT_ENV=Development +REACT_APP_TESTBED_API_BASE_URL=https://testbedalbbalancer-1779778421.us-east-2.elb.amazonaws.com +REACT_APP_TESTBED_API_BASE_PORT=4500 +REACT_APP_PORT=3000 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 44dfd8e..a4d0ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -127,4 +127,5 @@ yarn-error.log* .env* !.env.development +!.env.production !.env.connect